#AAA461

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

Shades of Gimblet #AAA461

Tints of Gimblet #AAA461

Color information

#AAA461 (or 0xAAA461) is unknown color: approx Gimblet. HEX triplet: AA, A4 and 61. RGB value is (170,164,97). Sum of RGB (Red+Green+Blue) = 170+164+97=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA461 is #555B9E. Grayscale: #9E9E9E. Windows color (decimal): -5594015 or 6399146. OLE color: 6399146.

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

Color convert

RGB17016497-
CMYK00.040.430.33
HSL55.07º30.04%52.35%-
HSV(B)55.07º42.94%66.67%-
XYZ32.0135.9616.56-
YUV158.1693.49136.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=39.44%
G=38.05%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701649700.040.430.3355.0730.0452.35
HexAAA461042B21371e34
Octal252244141045341673664
Binary10101010101001001100001010010101110000111011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA461; }

 p { color: rgb(170,164,97); }

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

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

 a { background-color: rgb(170,164,97); }

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

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

 span { border-color: rgb(170,164,97); }

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