#AAA369

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

Shades of Gimblet #AAA369

Tints of Gimblet #AAA369

Color information

#AAA369 (or 0xAAA369) is unknown color: approx Gimblet. HEX triplet: AA, A3 and 69. RGB value is (170,163,105). Sum of RGB (Red+Green+Blue) = 170+163+105=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA369 is #555C96. Grayscale: #9E9E9E. Windows color (decimal): -5594263 or 6923178. OLE color: 6923178.

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

Color convert

RGB170163105-
CMYK00.040.380.33
HSL53.54º27.66%53.92%-
HSV(B)53.54º38.24%66.67%-
XYZ32.2235.7618.57-
YUV158.4897.82136.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=38.81%
G=37.21%
B=23.97%

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
Decimal17016310500.040.380.3353.5427.6653.92
HexAAA369042621361c36
Octal252243151044641663466
Binary10101010101000111101001010010011010000111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA369; }

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

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

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

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

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

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

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

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