#AAA359

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

Shades of Gimblet #AAA359

Tints of Gimblet #AAA359

Color information

#AAA359 (or 0xAAA359) is unknown color: approx Gimblet. HEX triplet: AA, A3 and 59. RGB value is (170,163,89). Sum of RGB (Red+Green+Blue) = 170+163+89=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA359 is #555CA6. Grayscale: #9C9C9C. Windows color (decimal): -5594279 or 5874602. OLE color: 5874602.

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

Color convert

RGB17016389-
CMYK00.040.480.33
HSL54.81º32.27%50.78%-
HSV(B)54.81º47.65%66.67%-
XYZ31.4835.4614.64-
YUV156.6689.82137.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=40.28%
G=38.63%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701638900.040.480.3354.8132.2750.78
HexAAA359043021372033
Octal252243131046041674063
Binary101010101010001110110010100110000100001110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA359; }

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

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

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

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

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

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

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

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