#AAA268

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

Shades of Gimblet #AAA268

Tints of Gimblet #AAA268

Color information

#AAA268 (or 0xAAA268) is unknown color: approx Gimblet. HEX triplet: AA, A2 and 68. RGB value is (170,162,104). Sum of RGB (Red+Green+Blue) = 170+162+104=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA268 is #555D97. Grayscale: #9E9E9E. Windows color (decimal): -5594520 or 6857386. OLE color: 6857386.

HSL color Cylindrical-coordinate representation of color #AAA268: hue angle of 52.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA268 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170162104-
CMYK00.050.390.33
HSL52.73º27.97%53.73%-
HSV(B)52.73º38.82%66.67%-
XYZ3235.3918.24-
YUV157.7897.65136.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=38.99%
G=37.16%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016210400.050.390.3352.7327.9753.73
HexAAA268052721351c36
Octal252242150054741653466
Binary10101010101000101101000010110011110000111010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA268; }

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

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

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

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

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

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

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

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