Html Css Color HEX #ABA071 Tallow

📋 copy color: '#ABA071'

red 171 ◦ green 160 ◦ blue 113

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

Shades of Tallow #ABA071

Tints of Tallow #ABA071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.45%

R = 38.51%
G = 36.04%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#ABA071 (or 0xABA071) is known color: Tallow. HEX triplet: AB, A0 and 71. RGB value is (171,160,113). Sum of RGB (Red+Green+Blue) = 171+160+113=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA071 is #545F8E. Grayscale: #9E9E9E. Windows color (decimal): -5529487 or 7446699. OLE color: 7446699.

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

Color convert

RGB 171 160 113 -
CMYK 0 0.06 0.34 0.33
HSL 48.62º 0.26% 0.56% -
HSV(B) 48.62º 0.34% 0.67% -
XYZ 32.35 34.99 20.67 -
YUV 157.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 171 160 113 0 0.06 0.34 0.33 48.62 0.26 0.56
Hex AB A0 71 0 6 22 21 31 1A 38
Octal 253 240 161 0 6 42 41 61 32 70
Binary 10101011 10100000 1110001 0 110 100010 100001 110001 11010 111000

Color Harmonies of #ABA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA071

Black with #ABA071

Text Example


Text Example

White with #ABA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA071; }

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

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

background-color css

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

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

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

border-color css

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

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

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