Html Css Color HEX #AB9D72 Tallow

📋 copy color: '#AB9D72'

red 171 ◦ green 157 ◦ blue 114

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

Shades of Tallow #AB9D72

Tints of Tallow #AB9D72

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.52%

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 38.69%
G = 35.52%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB9D72 (or 0xAB9D72) is known color: Tallow. HEX triplet: AB, 9D and 72. RGB value is (171,157,114). Sum of RGB (Red+Green+Blue) = 171+157+114=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D72 is #54628D. Grayscale: #9C9C9C. Windows color (decimal): -5530254 or 7511467. OLE color: 7511467.

HSL color Cylindrical-coordinate representation of color #AB9D72: hue angle of 45.26º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB9D72 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 157 114 -
CMYK 0 0.08 0.33 0.33
HSL 45.26º 0.25% 0.56% -
HSV(B) 45.26º 0.33% 0.67% -
XYZ 31.89 33.99 20.8 -
YUV 156.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 171 157 114 0 0.08 0.33 0.33 45.26 0.25 0.56
Hex AB 9D 72 0 8 21 21 2D 19 38
Octal 253 235 162 0 10 41 41 55 31 70
Binary 10101011 10011101 1110010 0 1000 100001 100001 101101 11001 111000

Color Harmonies of #AB9D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D72

Black with #AB9D72

Text Example


Text Example

White with #AB9D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D72; }

 p { color: rgb(171,157,114); }

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

background-color css

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

 a { background-color: rgb(171,157,114); }

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

border-color css

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

 span { border-color: rgb(171,157,114); }

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