Html Css Color HEX #AA9C76 Tallow

📋 copy color: '#AA9C76'

red 170 ◦ green 156 ◦ blue 118

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

Shades of Tallow #AA9C76

Tints of Tallow #AA9C76

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.14%

 BLUE value IS 118 (46.48% from 255) = 26.58%

R = 38.29%
G = 35.14%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA9C76 (or 0xAA9C76) is known color: Tallow. HEX triplet: AA, 9C and 76. RGB value is (170,156,118). Sum of RGB (Red+Green+Blue) = 170+156+118=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C76 is #556389. Grayscale: #9C9C9C. Windows color (decimal): -5596042 or 7773354. OLE color: 7773354.

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

Color convert

RGB 170 156 118 -
CMYK 0 0.08 0.31 0.33
HSL 43.85º 0.23% 0.56% -
HSV(B) 43.85º 0.31% 0.67% -
XYZ 31.74 33.63 21.96 -
YUV 155.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 170 156 118 0 0.08 0.31 0.33 43.85 0.23 0.56
Hex AA 9C 76 0 8 1F 21 2C 17 38
Octal 252 234 166 0 10 37 41 54 27 70
Binary 10101010 10011100 1110110 0 1000 11111 100001 101100 10111 111000

Color Harmonies of #AA9C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C76

Black with #AA9C76

Text Example


Text Example

White with #AA9C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C76; }

 p { color: rgb(170,156,118); }

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

background-color css

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

 a { background-color: rgb(170,156,118); }

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

border-color css

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

 span { border-color: rgb(170,156,118); }

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