Html Css Color HEX #ABA070 Tallow

📋 copy color: '#ABA070'

red 171 ◦ green 160 ◦ blue 112

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

Shades of Tallow #ABA070

Tints of Tallow #ABA070

RGB

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

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

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

R = 38.6%
G = 36.12%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#ABA070 (or 0xABA070) is known color: Tallow. HEX triplet: AB, A0 and 70. RGB value is (171,160,112). Sum of RGB (Red+Green+Blue) = 171+160+112=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA070 is #545F8F. Grayscale: #9E9E9E. Windows color (decimal): -5529488 or 7381163. OLE color: 7381163.

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

Color convert

RGB 171 160 112 -
CMYK 0 0.06 0.35 0.33
HSL 48.81º 0.26% 0.55% -
HSV(B) 48.81º 0.35% 0.67% -
XYZ 32.29 34.97 20.38 -
YUV 157.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 171 160 112 0 0.06 0.35 0.33 48.81 0.26 0.55
Hex AB A0 70 0 6 23 21 31 1A 37
Octal 253 240 160 0 6 43 41 61 32 67
Binary 10101011 10100000 1110000 0 110 100011 100001 110001 11010 110111

Color Harmonies of #ABA070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA070

Black with #ABA070

Text Example


Text Example

White with #ABA070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA070; }

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

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

background-color css

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

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

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

border-color css

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

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

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