Html Css Color HEX #AB8A76 Sandrift

📋 copy color: '#AB8A76'

red 171 ◦ green 138 ◦ blue 118

#AB8A76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #AB8A76

Tints of Sandrift #AB8A76

RGB

 RED value IS 171 (67.19% from 255) = 40.05%

 GREEN value IS 138 (54.3% from 255) = 32.32%

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 40.05%
G = 32.32%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB8A76 (or 0xAB8A76) is known color: Sandrift. HEX triplet: AB, 8A and 76. RGB value is (171,138,118). Sum of RGB (Red+Green+Blue) = 171+138+118=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A76 is #547589. Grayscale: #919191. Windows color (decimal): -5535114 or 7768747. OLE color: 7768747.

HSL color Cylindrical-coordinate representation of color #AB8A76: hue angle of 22.64º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8A76 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 138 118 -
CMYK 0 0.19 0.31 0.33
HSL 22.64º 0.24% 0.57% -
HSV(B) 22.64º 0.31% 0.67% -
XYZ 29.15 28.14 21.04 -
YUV 145.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 171 138 118 0 0.19 0.31 0.33 22.64 0.24 0.57
Hex AB 8A 76 0 13 1F 21 17 18 39
Octal 253 212 166 0 23 37 41 27 30 71
Binary 10101011 10001010 1110110 0 10011 11111 100001 10111 11000 111001

Color Harmonies of #AB8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8A76

Black with #AB8A76

Text Example


Text Example

White with #AB8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8A76; }

 p { color: rgb(171,138,118); }

 H1.HeaderClassName
 {
   color: #AB8A76;
 }
 .AnyTagClassName
 {
   color: #AB8A76;
 }
</style>

background-color css

<style>
 a { background-color: #AB8A76; }

 a { background-color: rgb(171,138,118); }

 div.DivClassName
 {
   background-color: #AB8A76;
 }
 .BgClassName
 {
   background-color: #AB8A76;
 }
</style>

border-color css

<style>
 span { border-color: #AB8A76; }

 span { border-color: rgb(171,138,118); }

 td.TdClassName
 {
   border-color: #AB8A76;
 }
 .TagClassName
 {
   border-color: #AB8A76;
 }
</style>