#AAA55F

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

Shades of Gimblet #AAA55F

Tints of Gimblet #AAA55F

Color information

#AAA55F (or 0xAAA55F) is unknown color: approx Gimblet. HEX triplet: AA, A5 and 5F. RGB value is (170,165,95). Sum of RGB (Red+Green+Blue) = 170+165+95=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA55F is #555AA0. Grayscale: #9E9E9E. Windows color (decimal): -5593761 or 6268330. OLE color: 6268330.

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

Color convert

RGB17016595-
CMYK00.030.440.33
HSL56º30.61%51.96%-
HSV(B)56º44.12%66.67%-
XYZ32.136.2816.14-
YUV158.5292.16136.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=39.53%
G=38.37%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701659500.030.440.335630.6151.96
HexAAA55F032C21381f34
Octal252245137035441703764
Binary1010101010100101101111101110110010000111100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA55F; }

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

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

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

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

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

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

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

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