Html Css Color HEX #AA976C Tallow

📋 copy color: '#AA976C'

red 170 ◦ green 151 ◦ blue 108

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

Shades of Tallow #AA976C

Tints of Tallow #AA976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.2%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 39.63%
G = 35.2%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA976C (or 0xAA976C) is known color: Tallow. HEX triplet: AA, 97 and 6C. RGB value is (170,151,108). Sum of RGB (Red+Green+Blue) = 170+151+108=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA976C is #556893. Grayscale: #979797. Windows color (decimal): -5597332 or 7116714. OLE color: 7116714.

HSL color Cylindrical-coordinate representation of color #AA976C: hue angle of 41.61º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA976C is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 151 108 -
CMYK 0 0.11 0.36 0.33
HSL 41.61º 0.27% 0.55% -
HSV(B) 41.61º 0.36% 0.67% -
XYZ 30.35 31.76 18.72 -
YUV 151.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 170 151 108 0 0.11 0.36 0.33 41.61 0.27 0.55
Hex AA 97 6C 0 B 24 21 2A 1B 37
Octal 252 227 154 0 13 44 41 52 33 67
Binary 10101010 10010111 1101100 0 1011 100100 100001 101010 11011 110111

Color Harmonies of #AA976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA976C

Black with #AA976C

Text Example


Text Example

White with #AA976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA976C; }

 p { color: rgb(170,151,108); }

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

background-color css

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

 a { background-color: rgb(170,151,108); }

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

border-color css

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

 span { border-color: rgb(170,151,108); }

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