#AAA360

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

Shades of Gimblet #AAA360

Tints of Gimblet #AAA360

Color information

#AAA360 (or 0xAAA360) is unknown color: approx Gimblet. HEX triplet: AA, A3 and 60. RGB value is (170,163,96). Sum of RGB (Red+Green+Blue) = 170+163+96=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA360 is #555C9F. Grayscale: #9D9D9D. Windows color (decimal): -5594272 or 6333354. OLE color: 6333354.

HSL color Cylindrical-coordinate representation of color #AAA360: hue angle of 54.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAA360 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17016396-
CMYK00.040.440.33
HSL54.32º30.33%52.16%-
HSV(B)54.32º43.53%66.67%-
XYZ31.7935.5816.26-
YUV157.4593.32136.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=39.63%
G=38.00%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701639600.040.440.3354.3230.3352.16
HexAAA360042C21361e34
Octal252243140045441663664
Binary10101010101000111100000010010110010000111011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA360; }

 p { color: rgb(170,163,96); }

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

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

 a { background-color: rgb(170,163,96); }

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

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

 span { border-color: rgb(170,163,96); }

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