Html Css Color HEX #ABA073 Tallow

📋 copy color: '#ABA073'

red 171 ◦ green 160 ◦ blue 115

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

Shades of Tallow #ABA073

Tints of Tallow #ABA073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.78%

R = 38.34%
G = 35.87%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#ABA073 (or 0xABA073) is known color: Tallow. HEX triplet: AB, A0 and 73. RGB value is (171,160,115). Sum of RGB (Red+Green+Blue) = 171+160+115=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA073 is #545F8C. Grayscale: #9E9E9E. Windows color (decimal): -5529485 or 7577771. OLE color: 7577771.

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

Color convert

RGB 171 160 115 -
CMYK 0 0.06 0.33 0.33
HSL 48.21º 0.25% 0.56% -
HSV(B) 48.21º 0.33% 0.67% -
XYZ 32.46 35.04 21.27 -
YUV 158.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 171 160 115 0 0.06 0.33 0.33 48.21 0.25 0.56
Hex AB A0 73 0 6 21 21 30 19 38
Octal 253 240 163 0 6 41 41 60 31 70
Binary 10101011 10100000 1110011 0 110 100001 100001 110000 11001 111000

Color Harmonies of #ABA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA073

Black with #ABA073

Text Example


Text Example

White with #ABA073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA073; }

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

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

background-color css

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

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

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

border-color css

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

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

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