Html Css Color HEX #AB9970 Tallow

📋 copy color: '#AB9970'

red 171 ◦ green 153 ◦ blue 112

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

Shades of Tallow #AB9970

Tints of Tallow #AB9970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.09%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 39.22%
G = 35.09%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB9970 (or 0xAB9970) is known color: Tallow. HEX triplet: AB, 99 and 70. RGB value is (171,153,112). Sum of RGB (Red+Green+Blue) = 171+153+112=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9970 is #54668F. Grayscale: #999999. Windows color (decimal): -5531280 or 7379371. OLE color: 7379371.

HSL color Cylindrical-coordinate representation of color #AB9970: hue angle of 41.69º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB9970 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 112 -
CMYK 0 0.11 0.35 0.33
HSL 41.69º 0.26% 0.55% -
HSV(B) 41.69º 0.35% 0.67% -
XYZ 31.11 32.61 19.98 -
YUV 153.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 171 153 112 0 0.11 0.35 0.33 41.69 0.26 0.55
Hex AB 99 70 0 B 23 21 2A 1A 37
Octal 253 231 160 0 13 43 41 52 32 67
Binary 10101011 10011001 1110000 0 1011 100011 100001 101010 11010 110111

Color Harmonies of #AB9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9970

Black with #AB9970

Text Example


Text Example

White with #AB9970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9970; }

 p { color: rgb(171,153,112); }

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

background-color css

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

 a { background-color: rgb(171,153,112); }

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

border-color css

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

 span { border-color: rgb(171,153,112); }

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