Html Css Color HEX #AB9E70 Tallow

📋 copy color: '#AB9E70'

red 171 ◦ green 158 ◦ blue 112

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

Shades of Tallow #AB9E70

Tints of Tallow #AB9E70

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.83%

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

R = 38.78%
G = 35.83%
B = 25.4%

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

#AB9E70 (or 0xAB9E70) is known color: Tallow. HEX triplet: AB, 9E and 70. RGB value is (171,158,112). Sum of RGB (Red+Green+Blue) = 171+158+112=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E70 is #54618F. Grayscale: #9C9C9C. Windows color (decimal): -5530000 or 7380651. OLE color: 7380651.

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

Color convert

RGB 171 158 112 -
CMYK 0 0.08 0.35 0.33
HSL 46.78º 0.26% 0.55% -
HSV(B) 46.78º 0.35% 0.67% -
XYZ 31.95 34.28 20.26 -
YUV 156.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 171 158 112 0 0.08 0.35 0.33 46.78 0.26 0.55
Hex AB 9E 70 0 8 23 21 2F 1A 37
Octal 253 236 160 0 10 43 41 57 32 67
Binary 10101011 10011110 1110000 0 1000 100011 100001 101111 11010 110111

Color Harmonies of #AB9E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E70

Black with #AB9E70

Text Example


Text Example

White with #AB9E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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