#AAA066

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

Shades of Gimblet #AAA066

Tints of Gimblet #AAA066

Color information

#AAA066 (or 0xAAA066) is unknown color: approx Gimblet. HEX triplet: AA, A0 and 66. RGB value is (170,160,102). Sum of RGB (Red+Green+Blue) = 170+160+102=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA066 is #555F99. Grayscale: #9C9C9C. Windows color (decimal): -5595034 or 6725802. OLE color: 6725802.

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

Color convert

RGB170160102-
CMYK00.060.40.33
HSL51.18º28.57%53.33%-
HSV(B)51.18º40%66.67%-
XYZ31.5534.6517.6-
YUV156.3897.31137.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=39.35%
G=37.04%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016010200.060.40.3351.1828.5753.33
HexAAA066062821331d35
Octal252240146065041633565
Binary10101010101000001100110011010100010000111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA066; }

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

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

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

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

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

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

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

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