#AAA25B

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

Shades of Gimblet #AAA25B

Tints of Gimblet #AAA25B

Color information

#AAA25B (or 0xAAA25B) is unknown color: approx Gimblet. HEX triplet: AA, A2 and 5B. RGB value is (170,162,91). Sum of RGB (Red+Green+Blue) = 170+162+91=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA25B is #555DA4. Grayscale: #9C9C9C. Windows color (decimal): -5594533 or 6005418. OLE color: 6005418.

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

Color convert

RGB17016291-
CMYK00.050.460.33
HSL53.92º31.73%51.18%-
HSV(B)53.92º46.47%66.67%-
XYZ31.3935.1415.03-
YUV156.391.15137.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=40.19%
G=38.30%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701629100.050.460.3353.9231.7351.18
HexAAA25B052E21362033
Octal252242133055641664063
Binary101010101010001010110110101101110100001110110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA25B; }

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

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

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

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

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

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

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

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