Html Css Color HEX #AB9E74 Tallow

📋 copy color: '#AB9E74'

red 171 ◦ green 158 ◦ blue 116

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

Shades of Tallow #AB9E74

Tints of Tallow #AB9E74

RGB

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

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

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

R = 38.43%
G = 35.51%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB9E74 (or 0xAB9E74) is known color: Tallow. HEX triplet: AB, 9E and 74. RGB value is (171,158,116). Sum of RGB (Red+Green+Blue) = 171+158+116=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E74 is #54618B. Grayscale: #9D9D9D. Windows color (decimal): -5529996 or 7642795. OLE color: 7642795.

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

Color convert

RGB 171 158 116 -
CMYK 0 0.08 0.32 0.33
HSL 45.82º 0.25% 0.56% -
HSV(B) 45.82º 0.32% 0.67% -
XYZ 32.17 34.37 21.46 -
YUV 157.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 171 158 116 0 0.08 0.32 0.33 45.82 0.25 0.56
Hex AB 9E 74 0 8 20 21 2E 19 38
Octal 253 236 164 0 10 40 41 56 31 70
Binary 10101011 10011110 1110100 0 1000 100000 100001 101110 11001 111000

Color Harmonies of #AB9E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E74

Black with #AB9E74

Text Example


Text Example

White with #AB9E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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