Html Css Color HEX #AA966B Tallow

📋 copy color: '#AA966B'

red 170 ◦ green 150 ◦ blue 107

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

Shades of Tallow #AA966B

Tints of Tallow #AA966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 39.81%
G = 35.13%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA966B (or 0xAA966B) is known color: Tallow. HEX triplet: AA, 96 and 6B. RGB value is (170,150,107). Sum of RGB (Red+Green+Blue) = 170+150+107=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA966B is #556994. Grayscale: #979797. Windows color (decimal): -5597589 or 7050922. OLE color: 7050922.

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

Color convert

RGB 170 150 107 -
CMYK 0 0.12 0.37 0.33
HSL 40.95º 0.27% 0.54% -
HSV(B) 40.95º 0.37% 0.67% -
XYZ 30.14 31.42 18.39 -
YUV 151.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 170 150 107 0 0.12 0.37 0.33 40.95 0.27 0.54
Hex AA 96 6B 0 C 25 21 29 1B 36
Octal 252 226 153 0 14 45 41 51 33 66
Binary 10101010 10010110 1101011 0 1100 100101 100001 101001 11011 110110

Color Harmonies of #AA966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA966B

Black with #AA966B

Text Example


Text Example

White with #AA966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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