#AAA15F

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

Shades of Gimblet #AAA15F

Tints of Gimblet #AAA15F

Color information

#AAA15F (or 0xAAA15F) is unknown color: approx Gimblet. HEX triplet: AA, A1 and 5F. RGB value is (170,161,95). Sum of RGB (Red+Green+Blue) = 170+161+95=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA15F is #555EA0. Grayscale: #9C9C9C. Windows color (decimal): -5594785 or 6267306. OLE color: 6267306.

HSL color Cylindrical-coordinate representation of color #AAA15F: hue angle of 52.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAA15F is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17016195-
CMYK00.050.440.33
HSL52.8º30.61%51.96%-
HSV(B)52.8º44.12%66.67%-
XYZ31.3934.8615.9-
YUV156.1793.48137.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=39.91%
G=37.79%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701619500.050.440.3352.830.6151.96
HexAAA15F052C21351f34
Octal252241137055441653764
Binary10101010101000011011111010110110010000111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA15F; }

 p { color: rgb(170,161,95); }

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

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

 a { background-color: rgb(170,161,95); }

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

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

 span { border-color: rgb(170,161,95); }

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