Html Css Color HEX #ABA06A Tallow

📋 copy color: '#ABA06A'

red 171 ◦ green 160 ◦ blue 106

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

Shades of Tallow #ABA06A

Tints of Tallow #ABA06A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 106 (41.8% from 255) = 24.26%

R = 39.13%
G = 36.61%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#ABA06A (or 0xABA06A) is known color: Tallow. HEX triplet: AB, A0 and 6A. RGB value is (171,160,106). Sum of RGB (Red+Green+Blue) = 171+160+106=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA06A is #545F95. Grayscale: #9D9D9D. Windows color (decimal): -5529494 or 6987947. OLE color: 6987947.

HSL color Cylindrical-coordinate representation of color #ABA06A: hue angle of 49.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABA06A is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 106 -
CMYK 0 0.06 0.38 0.33
HSL 49.85º 0.28% 0.54% -
HSV(B) 49.85º 0.38% 0.67% -
XYZ 31.97 34.84 18.68 -
YUV 157.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 171 160 106 0 0.06 0.38 0.33 49.85 0.28 0.54
Hex AB A0 6A 0 6 26 21 32 1C 36
Octal 253 240 152 0 6 46 41 62 34 66
Binary 10101011 10100000 1101010 0 110 100110 100001 110010 11100 110110

Color Harmonies of #ABA06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA06A

Black with #ABA06A

Text Example


Text Example

White with #ABA06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA06A; }

 p { color: rgb(171,160,106); }

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

background-color css

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

 a { background-color: rgb(171,160,106); }

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

border-color css

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

 span { border-color: rgb(171,160,106); }

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