#AAA266

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

Shades of Gimblet #AAA266

Tints of Gimblet #AAA266

Color information

#AAA266 (or 0xAAA266) is unknown color: approx Gimblet. HEX triplet: AA, A2 and 66. RGB value is (170,162,102). Sum of RGB (Red+Green+Blue) = 170+162+102=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA266 is #555D99. Grayscale: #9D9D9D. Windows color (decimal): -5594522 or 6726314. OLE color: 6726314.

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

Color convert

RGB170162102-
CMYK00.050.40.33
HSL52.94º28.57%53.33%-
HSV(B)52.94º40%66.67%-
XYZ31.935.3517.71-
YUV157.5596.65136.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=39.17%
G=37.33%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016210200.050.40.3352.9428.5753.33
HexAAA266052821351d35
Octal252242146055041653565
Binary10101010101000101100110010110100010000111010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA266; }

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

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

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

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

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

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

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

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