Html Css Color HEX #AAA073 Tallow

📋 copy color: '#AAA073'

red 170 ◦ green 160 ◦ blue 115

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

Shades of Tallow #AAA073

Tints of Tallow #AAA073

RGB

 RED value IS 170 (66.8% from 255) = 38.2%

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

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

R = 38.2%
G = 35.96%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AAA073 (or 0xAAA073) is known color: Tallow. HEX triplet: AA, A0 and 73. RGB value is (170,160,115). Sum of RGB (Red+Green+Blue) = 170+160+115=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA073 is #555F8C. Grayscale: #9E9E9E. Windows color (decimal): -5595021 or 7577770. OLE color: 7577770.

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

Color convert

RGB 170 160 115 -
CMYK 0 0.06 0.32 0.33
HSL 49.09º 0.24% 0.56% -
HSV(B) 49.09º 0.32% 0.67% -
XYZ 32.24 34.93 21.26 -
YUV 157.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 170 160 115 0 0.06 0.32 0.33 49.09 0.24 0.56
Hex AA A0 73 0 6 20 21 31 18 38
Octal 252 240 163 0 6 40 41 61 30 70
Binary 10101010 10100000 1110011 0 110 100000 100001 110001 11000 111000

Color Harmonies of #AAA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA073

Black with #AAA073

Text Example


Text Example

White with #AAA073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA073; }

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

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

background-color css

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

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

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

border-color css

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

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

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