Html Css Color HEX #AB9F74 Tallow

📋 copy color: '#AB9F74'

red 171 ◦ green 159 ◦ blue 116

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

Shades of Tallow #AB9F74

Tints of Tallow #AB9F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.65%

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

R = 38.34%
G = 35.65%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB9F74 (or 0xAB9F74) is known color: Tallow. HEX triplet: AB, 9F and 74. RGB value is (171,159,116). Sum of RGB (Red+Green+Blue) = 171+159+116=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F74 is #54608B. Grayscale: #9D9D9D. Windows color (decimal): -5529740 or 7643051. OLE color: 7643051.

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

Color convert

RGB 171 159 116 -
CMYK 0 0.07 0.32 0.33
HSL 46.91º 0.25% 0.56% -
HSV(B) 46.91º 0.32% 0.67% -
XYZ 32.35 34.72 21.52 -
YUV 157.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 171 159 116 0 0.07 0.32 0.33 46.91 0.25 0.56
Hex AB 9F 74 0 7 20 21 2F 19 38
Octal 253 237 164 0 7 40 41 57 31 70
Binary 10101011 10011111 1110100 0 111 100000 100001 101111 11001 111000

Color Harmonies of #AB9F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F74

Black with #AB9F74

Text Example


Text Example

White with #AB9F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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