#AAA462

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

Shades of Gimblet #AAA462

Tints of Gimblet #AAA462

Color information

#AAA462 (or 0xAAA462) is unknown color: approx Gimblet. HEX triplet: AA, A4 and 62. RGB value is (170,164,98). Sum of RGB (Red+Green+Blue) = 170+164+98=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA462 is #555B9D. Grayscale: #9E9E9E. Windows color (decimal): -5594014 or 6464682. OLE color: 6464682.

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

Color convert

RGB17016498-
CMYK00.040.420.33
HSL55º29.75%52.55%-
HSV(B)55º42.35%66.67%-
XYZ32.0635.9816.81-
YUV158.2793.99136.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=39.35%
G=37.96%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701649800.040.420.335529.7552.55
HexAAA462042A21371e35
Octal252244142045241673665
Binary10101010101001001100010010010101010000111011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA462; }

 p { color: rgb(170,164,98); }

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

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

 a { background-color: rgb(170,164,98); }

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

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

 span { border-color: rgb(170,164,98); }

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