Html Css Color HEX #AB9F72 Tallow

📋 copy color: '#AB9F72'

red 171 ◦ green 159 ◦ blue 114

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

Shades of Tallow #AB9F72

Tints of Tallow #AB9F72

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.81%

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

R = 38.51%
G = 35.81%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB9F72 (or 0xAB9F72) is known color: Tallow. HEX triplet: AB, 9F and 72. RGB value is (171,159,114). Sum of RGB (Red+Green+Blue) = 171+159+114=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F72 is #54608D. Grayscale: #9D9D9D. Windows color (decimal): -5529742 or 7511979. OLE color: 7511979.

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

Color convert

RGB 171 159 114 -
CMYK 0 0.07 0.33 0.33
HSL 47.37º 0.25% 0.56% -
HSV(B) 47.37º 0.33% 0.67% -
XYZ 32.23 34.67 20.91 -
YUV 157.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 171 159 114 0 0.07 0.33 0.33 47.37 0.25 0.56
Hex AB 9F 72 0 7 21 21 2F 19 38
Octal 253 237 162 0 7 41 41 57 31 70
Binary 10101011 10011111 1110010 0 111 100001 100001 101111 11001 111000

Color Harmonies of #AB9F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F72

Black with #AB9F72

Text Example


Text Example

White with #AB9F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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