#AAA469

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

Shades of Gimblet #AAA469

Tints of Gimblet #AAA469

Color information

#AAA469 (or 0xAAA469) is unknown color: approx Gimblet. HEX triplet: AA, A4 and 69. RGB value is (170,164,105). Sum of RGB (Red+Green+Blue) = 170+164+105=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA469 is #555B96. Grayscale: #9F9F9F. Windows color (decimal): -5594007 or 6923434. OLE color: 6923434.

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

Color convert

RGB170164105-
CMYK00.040.380.33
HSL54.46º27.66%53.92%-
HSV(B)54.46º38.24%66.67%-
XYZ32.436.1218.63-
YUV159.0797.49135.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=38.72%
G=37.36%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016410500.040.380.3354.4627.6653.92
HexAAA469042621361c36
Octal252244151044641663466
Binary10101010101001001101001010010011010000111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA469; }

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

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

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

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

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

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

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

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