Html Css Color HEX #AB8978 Sandrift

📋 copy color: '#AB8978'

red 171 ◦ green 137 ◦ blue 120

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

Shades of Sandrift #AB8978

Tints of Sandrift #AB8978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.01%

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

R = 39.95%
G = 32.01%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB8978 (or 0xAB8978) is known color: Sandrift. HEX triplet: AB, 89 and 78. RGB value is (171,137,120). Sum of RGB (Red+Green+Blue) = 171+137+120=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8978 is #547687. Grayscale: #919191. Windows color (decimal): -5535368 or 7899563. OLE color: 7899563.

HSL color Cylindrical-coordinate representation of color #AB8978: hue angle of 20º 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 #AB8978 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 137 120 -
CMYK 0 0.20 0.30 0.33
HSL 20º 0.23% 0.57% -
HSV(B) 20º 0.3% 0.67% -
XYZ 29.13 27.91 21.62 -
YUV 145.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 171 137 120 0 0.20 0.30 0.33 20 0.23 0.57
Hex AB 89 78 0 14 1E 21 14 17 39
Octal 253 211 170 0 24 36 41 24 27 71
Binary 10101011 10001001 1111000 0 10100 11110 100001 10100 10111 111001

Color Harmonies of #AB8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8978

Black with #AB8978

Text Example


Text Example

White with #AB8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8978; }

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

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

background-color css

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

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

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

border-color css

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

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

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