#AAA568

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

Shades of Gimblet #AAA568

Tints of Gimblet #AAA568

Color information

#AAA568 (or 0xAAA568) is unknown color: approx Gimblet. HEX triplet: AA, A5 and 68. RGB value is (170,165,104). Sum of RGB (Red+Green+Blue) = 170+165+104=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA568 is #555A97. Grayscale: #9F9F9F. Windows color (decimal): -5593752 or 6858154. OLE color: 6858154.

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

Color convert

RGB170165104-
CMYK00.030.390.33
HSL55.45º27.97%53.73%-
HSV(B)55.45º38.82%66.67%-
XYZ32.5336.4618.42-
YUV159.5496.66135.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=38.72%
G=37.59%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016510400.030.390.3355.4527.9753.73
HexAAA568032721371c36
Octal252245150034741673466
Binary1010101010100101110100001110011110000111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA568; }

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

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

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

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

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

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

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

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