#AAA262

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

Shades of Gimblet #AAA262

Tints of Gimblet #AAA262

Color information

#AAA262 (or 0xAAA262) is unknown color: approx Gimblet. HEX triplet: AA, A2 and 62. RGB value is (170,162,98). Sum of RGB (Red+Green+Blue) = 170+162+98=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA262 is #555D9D. Grayscale: #9D9D9D. Windows color (decimal): -5594526 or 6464170. OLE color: 6464170.

HSL color Cylindrical-coordinate representation of color #AAA262: hue angle of 53.33º 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 #AAA262 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17016298-
CMYK00.050.420.33
HSL53.33º29.75%52.55%-
HSV(B)53.33º42.35%66.67%-
XYZ31.735.2716.69-
YUV157.194.65137.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 162 (63.67% from 255) = 37.67%
BLUE value IS 98 (38.67% from 255) = 22.79%
R=39.53%
G=37.67%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701629800.050.420.3353.3329.7552.55
HexAAA262052A21351e35
Octal252242142055241653665
Binary10101010101000101100010010110101010000111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA262; }

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

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

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

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

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

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

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

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