#AAA36B

Color #AAA36B Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #AAA36B

Tints of Tallow #AAA36B

Color information

#AAA36B (or 0xAAA36B) is unknown color: approx Tallow. HEX triplet: AA, A3 and 6B. RGB value is (170,163,107). Sum of RGB (Red+Green+Blue) = 170+163+107=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA36B is #555C94. Grayscale: #9E9E9E. Windows color (decimal): -5594261 or 7054250. OLE color: 7054250.

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

Color convert

RGB170163107-
CMYK00.040.370.33
HSL53.33º27.04%54.31%-
HSV(B)53.33º37.06%66.67%-
XYZ32.3335.819.12-
YUV158.7198.82136.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=38.64%
G=37.05%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016310700.040.370.3353.3327.0454.31
HexAAA36B042521351b36
Octal252243153044541653366
Binary10101010101000111101011010010010110000111010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA36B; }

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

 H1.HeaderClassName
 {
   color: #AAA36B;
 }
 .AnyTagClassName
 {
   color: #AAA36B;
 }
</style>
background-color css

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

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

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

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

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

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