#AAA265

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

Shades of Gimblet #AAA265

Tints of Gimblet #AAA265

Color information

#AAA265 (or 0xAAA265) is unknown color: approx Gimblet. HEX triplet: AA, A2 and 65. RGB value is (170,162,101). Sum of RGB (Red+Green+Blue) = 170+162+101=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA265 is #555D9A. Grayscale: #9D9D9D. Windows color (decimal): -5594523 or 6660778. OLE color: 6660778.

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

Color convert

RGB170162101-
CMYK00.050.410.33
HSL53.04º28.87%53.14%-
HSV(B)53.04º40.59%66.67%-
XYZ31.8535.3317.45-
YUV157.4496.15136.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 162 (63.67% from 255) = 37.41%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=39.26%
G=37.41%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016210100.050.410.3353.0428.8753.14
HexAAA265052921351d35
Octal252242145055141653565
Binary10101010101000101100101010110100110000111010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA265; }

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

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

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

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

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

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

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

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