Html Css Color HEX #AB9A74 Tallow

📋 copy color: '#AB9A74'

red 171 ◦ green 154 ◦ blue 116

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

Shades of Tallow #AB9A74

Tints of Tallow #AB9A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.92%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 38.78%
G = 34.92%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB9A74 (or 0xAB9A74) is known color: Tallow. HEX triplet: AB, 9A and 74. RGB value is (171,154,116). Sum of RGB (Red+Green+Blue) = 171+154+116=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A74 is #54658B. Grayscale: #9A9A9A. Windows color (decimal): -5531020 or 7641771. OLE color: 7641771.

HSL color Cylindrical-coordinate representation of color #AB9A74: hue angle of 41.45º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9A74 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 154 116 -
CMYK 0 0.10 0.32 0.33
HSL 41.45º 0.25% 0.56% -
HSV(B) 41.45º 0.32% 0.67% -
XYZ 31.5 33.03 21.24 -
YUV 154.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 171 154 116 0 0.10 0.32 0.33 41.45 0.25 0.56
Hex AB 9A 74 0 A 20 21 29 19 38
Octal 253 232 164 0 12 40 41 51 31 70
Binary 10101011 10011010 1110100 0 1010 100000 100001 101001 11001 111000

Color Harmonies of #AB9A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A74

Black with #AB9A74

Text Example


Text Example

White with #AB9A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A74; }

 p { color: rgb(171,154,116); }

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

background-color css

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

 a { background-color: rgb(171,154,116); }

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

border-color css

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

 span { border-color: rgb(171,154,116); }

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