#AAA062

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

Shades of Gimblet #AAA062

Tints of Gimblet #AAA062

Color information

#AAA062 (or 0xAAA062) is unknown color: approx Gimblet. HEX triplet: AA, A0 and 62. RGB value is (170,160,98). Sum of RGB (Red+Green+Blue) = 170+160+98=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA062 is #555F9D. Grayscale: #9C9C9C. Windows color (decimal): -5595038 or 6463658. OLE color: 6463658.

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

Color convert

RGB17016098-
CMYK00.060.420.33
HSL51.67º29.75%52.55%-
HSV(B)51.67º42.35%66.67%-
XYZ31.3534.5716.58-
YUV155.9295.31138.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 160 (62.89% from 255) = 37.38%
BLUE value IS 98 (38.67% from 255) = 22.90%
R=39.72%
G=37.38%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701609800.060.420.3351.6729.7552.55
HexAAA062062A21341e35
Octal252240142065241643665
Binary10101010101000001100010011010101010000111010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA062; }

 p { color: rgb(170,160,98); }

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

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

 a { background-color: rgb(170,160,98); }

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

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

 span { border-color: rgb(170,160,98); }

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