#AAA35D

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

Shades of Gimblet #AAA35D

Tints of Gimblet #AAA35D

Color information

#AAA35D (or 0xAAA35D) is unknown color: approx Gimblet. HEX triplet: AA, A3 and 5D. RGB value is (170,163,93). Sum of RGB (Red+Green+Blue) = 170+163+93=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA35D is #555CA2. Grayscale: #9D9D9D. Windows color (decimal): -5594275 or 6136746. OLE color: 6136746.

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

Color convert

RGB17016393-
CMYK00.040.450.33
HSL54.55º31.17%51.57%-
HSV(B)54.55º45.29%66.67%-
XYZ31.6535.5315.55-
YUV157.1191.82137.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 93 (36.72% from 255) = 21.83%
R=39.91%
G=38.26%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701639300.040.450.3354.5531.1751.57
HexAAA35D042D21371f34
Octal252243135045541673764
Binary10101010101000111011101010010110110000111011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA35D; }

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

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

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

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

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

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

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

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