#AAA05B

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

Shades of Gimblet #AAA05B

Tints of Gimblet #AAA05B

Color information

#AAA05B (or 0xAAA05B) is unknown color: approx Gimblet. HEX triplet: AA, A0 and 5B. RGB value is (170,160,91). Sum of RGB (Red+Green+Blue) = 170+160+91=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA05B is #555FA4. Grayscale: #9B9B9B. Windows color (decimal): -5595045 or 6004906. OLE color: 6004906.

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

Color convert

RGB17016091-
CMYK00.060.460.33
HSL52.41º31.73%51.18%-
HSV(B)52.41º46.47%66.67%-
XYZ31.0434.4414.91-
YUV155.1291.81138.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 160 (62.89% from 255) = 38.00%
BLUE value IS 91 (35.94% from 255) = 21.62%
R=40.38%
G=38.00%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701609100.060.460.3352.4131.7351.18
HexAAA05B062E21342033
Octal252240133065641644063
Binary101010101010000010110110110101110100001110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA05B; }

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

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

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

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

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

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

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

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