#AAA36A

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

Shades of Gimblet #AAA36A

Tints of Gimblet #AAA36A

Color information

#AAA36A (or 0xAAA36A) is unknown color: approx Gimblet. HEX triplet: AA, A3 and 6A. RGB value is (170,163,106). Sum of RGB (Red+Green+Blue) = 170+163+106=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA36A is #555C95. Grayscale: #9E9E9E. Windows color (decimal): -5594262 or 6988714. OLE color: 6988714.

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

Color convert

RGB170163106-
CMYK00.040.380.33
HSL53.44º27.35%54.12%-
HSV(B)53.44º37.65%66.67%-
XYZ32.2835.7818.84-
YUV158.698.32136.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 163 (64.06% from 255) = 37.13%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=38.72%
G=37.13%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016310600.040.380.3353.4427.3554.12
HexAAA36A042621351b36
Octal252243152044641653366
Binary10101010101000111101010010010011010000111010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA36A; }

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

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

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

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

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

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

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

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