Html Css Color HEX #AB9872 Tallow

📋 copy color: '#AB9872'

red 171 ◦ green 152 ◦ blue 114

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

Shades of Tallow #AB9872

Tints of Tallow #AB9872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.78%

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

R = 39.13%
G = 34.78%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB9872 (or 0xAB9872) is known color: Tallow. HEX triplet: AB, 98 and 72. RGB value is (171,152,114). Sum of RGB (Red+Green+Blue) = 171+152+114=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9872 is #54678D. Grayscale: #999999. Windows color (decimal): -5531534 or 7510187. OLE color: 7510187.

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

Color convert

RGB 171 152 114 -
CMYK 0 0.11 0.33 0.33
HSL 40º 0.25% 0.56% -
HSV(B) 40º 0.33% 0.67% -
XYZ 31.06 32.33 20.52 -
YUV 153.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 171 152 114 0 0.11 0.33 0.33 40 0.25 0.56
Hex AB 98 72 0 B 21 21 28 19 38
Octal 253 230 162 0 13 41 41 50 31 70
Binary 10101011 10011000 1110010 0 1011 100001 100001 101000 11001 111000

Color Harmonies of #AB9872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9872

Black with #AB9872

Text Example


Text Example

White with #AB9872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9872; }

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

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

background-color css

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

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

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

border-color css

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

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

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