#AAA766

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

Shades of Gimblet #AAA766

Tints of Gimblet #AAA766

Color information

#AAA766 (or 0xAAA766) is unknown color: approx Gimblet. HEX triplet: AA, A7 and 66. RGB value is (170,167,102). Sum of RGB (Red+Green+Blue) = 170+167+102=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA766 is #555899. Grayscale: #A0A0A0. Windows color (decimal): -5593242 or 6727594. OLE color: 6727594.

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

Color convert

RGB170167102-
CMYK00.020.40.33
HSL57.35º28.57%53.33%-
HSV(B)57.35º40%66.67%-
XYZ32.7937.1418.01-
YUV160.4994.99134.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=38.72%
G=38.04%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016710200.020.40.3357.3528.5753.33
HexAAA766022821391d35
Octal252247146025041713565
Binary1010101010100111110011001010100010000111100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA766; }

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

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

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

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

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

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

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

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