#AAA05F

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

Shades of Gimblet #AAA05F

Tints of Gimblet #AAA05F

Color information

#AAA05F (or 0xAAA05F) is unknown color: approx Gimblet. HEX triplet: AA, A0 and 5F. RGB value is (170,160,95). Sum of RGB (Red+Green+Blue) = 170+160+95=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA05F is #555FA0. Grayscale: #9B9B9B. Windows color (decimal): -5595041 or 6267050. OLE color: 6267050.

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

Color convert

RGB17016095-
CMYK00.060.440.33
HSL52º30.61%51.96%-
HSV(B)52º44.12%66.67%-
XYZ31.2134.5115.84-
YUV155.5893.81138.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=40%
G=37.65%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701609500.060.440.335230.6151.96
HexAAA05F062C21341f34
Octal252240137065441643764
Binary10101010101000001011111011010110010000111010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA05F; }

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

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

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

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

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

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

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

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