Html Css Color HEX #AA976D Tallow

📋 copy color: '#AA976D'

red 170 ◦ green 151 ◦ blue 109

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

Shades of Tallow #AA976D

Tints of Tallow #AA976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 39.53%
G = 35.12%
B = 25.35%

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

#AA976D (or 0xAA976D) is known color: Tallow. HEX triplet: AA, 97 and 6D. RGB value is (170,151,109). Sum of RGB (Red+Green+Blue) = 170+151+109=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA976D is #556892. Grayscale: #989898. Windows color (decimal): -5597331 or 7182250. OLE color: 7182250.

HSL color Cylindrical-coordinate representation of color #AA976D: hue angle of 41.31º degrees, saturation: 0.26, 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 #AA976D is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 151 109 -
CMYK 0 0.11 0.36 0.33
HSL 41.31º 0.26% 0.55% -
HSV(B) 41.31º 0.36% 0.67% -
XYZ 30.4 31.78 19 -
YUV 151.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 170 151 109 0 0.11 0.36 0.33 41.31 0.26 0.55
Hex AA 97 6D 0 B 24 21 29 1A 37
Octal 252 227 155 0 13 44 41 51 32 67
Binary 10101010 10010111 1101101 0 1011 100100 100001 101001 11010 110111

Color Harmonies of #AA976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA976D

Black with #AA976D

Text Example


Text Example

White with #AA976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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