Html Css Color HEX #AA966D Tallow

📋 copy color: '#AA966D'

red 170 ◦ green 150 ◦ blue 109

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

Shades of Tallow #AA966D

Tints of Tallow #AA966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.97%

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

R = 39.63%
G = 34.97%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA966D (or 0xAA966D) is known color: Tallow. HEX triplet: AA, 96 and 6D. RGB value is (170,150,109). Sum of RGB (Red+Green+Blue) = 170+150+109=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA966D is #556992. Grayscale: #979797. Windows color (decimal): -5597587 or 7181994. OLE color: 7181994.

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

Color convert

RGB 170 150 109 -
CMYK 0 0.12 0.36 0.33
HSL 40.33º 0.26% 0.55% -
HSV(B) 40.33º 0.36% 0.67% -
XYZ 30.24 31.46 18.95 -
YUV 151.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 170 150 109 0 0.12 0.36 0.33 40.33 0.26 0.55
Hex AA 96 6D 0 C 24 21 28 1A 37
Octal 252 226 155 0 14 44 41 50 32 67
Binary 10101010 10010110 1101101 0 1100 100100 100001 101000 11010 110111

Color Harmonies of #AA966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA966D

Black with #AA966D

Text Example


Text Example

White with #AA966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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