Html Css Color HEX #AB8A78 Sandrift

📋 copy color: '#AB8A78'

red 171 ◦ green 138 ◦ blue 120

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

Shades of Sandrift #AB8A78

Tints of Sandrift #AB8A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 39.86%
G = 32.17%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB8A78 (or 0xAB8A78) is known color: Sandrift. HEX triplet: AB, 8A and 78. RGB value is (171,138,120). Sum of RGB (Red+Green+Blue) = 171+138+120=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A78 is #547587. Grayscale: #919191. Windows color (decimal): -5535112 or 7899819. OLE color: 7899819.

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

Color convert

RGB 171 138 120 -
CMYK 0 0.19 0.30 0.33
HSL 21.18º 0.23% 0.57% -
HSV(B) 21.18º 0.3% 0.67% -
XYZ 29.27 28.19 21.67 -
YUV 145.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 171 138 120 0 0.19 0.30 0.33 21.18 0.23 0.57
Hex AB 8A 78 0 13 1E 21 15 17 39
Octal 253 212 170 0 23 36 41 25 27 71
Binary 10101011 10001010 1111000 0 10011 11110 100001 10101 10111 111001

Color Harmonies of #AB8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8A78

Black with #AB8A78

Text Example


Text Example

White with #AB8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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