#AAA258

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

Shades of Gimblet #AAA258

Tints of Gimblet #AAA258

Color information

#AAA258 (or 0xAAA258) is unknown color: approx Gimblet. HEX triplet: AA, A2 and 58. RGB value is (170,162,88). Sum of RGB (Red+Green+Blue) = 170+162+88=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA258 is #555DA7. Grayscale: #9C9C9C. Windows color (decimal): -5594536 or 5808810. OLE color: 5808810.

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

Color convert

RGB17016288-
CMYK00.050.480.33
HSL54.15º32.54%50.59%-
HSV(B)54.15º48.24%66.67%-
XYZ31.2635.0914.36-
YUV155.9689.65138.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 88 (34.77% from 255) = 20.95%
R=40.48%
G=38.57%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701628800.050.480.3354.1532.5450.59
HexAAA258053021362133
Octal252242130056041664163
Binary101010101010001010110000101110000100001110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA258; }

 p { color: rgb(170,162,88); }

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

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

 a { background-color: rgb(170,162,88); }

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

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

 span { border-color: rgb(170,162,88); }

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