Color Hex Logo

#ab775f Color Hex

#AB775F
(171,119,95)
1 Favorites   0 Comments

Color spaces of #ab775f

RGB 17111995
HSL0.050.310.52
HSV19°44°67°
CMYK 0.000.300.44   0.33
XYZ25.457022.677813.8620
Yxy22.67780.41060.3658
Hunter Lab47.621212.084116.0762
CIE-Lab54.738917.390421.3511

#ab775f color RGB value is (171,119,95).

#ab775f hex color red value is 171, green value is 119 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ab775f hue: 0.05 , saturation: 0.31 and the lightness value of ab775f is 0.52.

The process color (four color CMYK) of #ab775f color hex is 0.00, 0.30, 0.44, 0.33. Web safe color of #ab775f is #996666. Color #ab775f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 01011111
Octal 253 167 137
Decimal 171 119 95
Hex AB 77 5F

RGB Percentages of Color #ab775f

%44.42
%30.91
%24.68

CMYK Percentages of Color #ab775f

%0
%30
%44
%33

Triadic Colors of #ab775f

#ab775f #5fab77 #775fab

Analogous Colors of #ab775f

#ab775f #ab9d5f #ab5f6d

Monochromatic Colors of #ab775f

#ab775f

Complementary Color

#ab775f #5f93ab

#ab775f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab775f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab775f Color CSS Codes

.mybgcolor {background-color:#ab775f; } 
.myforecolor {color:#ab775f; }
.mybordercolor {border:3px solid #ab775f; }

#ab775f Text Font Color

<p style="color:#ab775f">Text here</p>

This sample text font color is #ab775f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ab775f Background Color

<div style="background-color:#ab775f">
Div content here</div>

This div background color is #ab775f


#ab775f Border Color

<div style="border:3px solid #ab775f">
Div here</div>

This div border color is #ab775f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,119,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab775f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab775f;
  -webkit-box-shadow: 1px 1px 3px 2px #ab775f;
  box-shadow:         1px 1px 3px 2px #ab775f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,119,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab775f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ab775f;
  -webkit-box-shadow: 1px 1px 3px 2px #ab775f;
  box-shadow:         1px 1px 3px 2px #ab775f;">
Div content here</div>

This div box has shadow with color #ab775f


Comments

No comments written yet.

Please login to write comment.