Html Css Color HEX #AB9D70 Tallow

📋 copy color: '#AB9D70'

red 171 ◦ green 157 ◦ blue 112

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

Shades of Tallow #AB9D70

Tints of Tallow #AB9D70

RGB

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

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

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

R = 38.86%
G = 35.68%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB9D70 (or 0xAB9D70) is known color: Tallow. HEX triplet: AB, 9D and 70. RGB value is (171,157,112). Sum of RGB (Red+Green+Blue) = 171+157+112=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D70 is #54628F. Grayscale: #9C9C9C. Windows color (decimal): -5530256 or 7380395. OLE color: 7380395.

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

Color convert

RGB 171 157 112 -
CMYK 0 0.08 0.35 0.33
HSL 45.76º 0.26% 0.55% -
HSV(B) 45.76º 0.35% 0.67% -
XYZ 31.78 33.94 20.21 -
YUV 156.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 171 157 112 0 0.08 0.35 0.33 45.76 0.26 0.55
Hex AB 9D 70 0 8 23 21 2E 1A 37
Octal 253 235 160 0 10 43 41 56 32 67
Binary 10101011 10011101 1110000 0 1000 100011 100001 101110 11010 110111

Color Harmonies of #AB9D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D70

Black with #AB9D70

Text Example


Text Example

White with #AB9D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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