#AEA169

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

Shades of Gimblet #AEA169

Tints of Gimblet #AEA169

Color information

#AEA169 (or 0xAEA169) is unknown color: approx Gimblet. HEX triplet: AE, A1 and 69. RGB value is (174,161,105). Sum of RGB (Red+Green+Blue) = 174+161+105=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA169 is #515E96. Grayscale: #9E9E9E. Windows color (decimal): -5332631 or 6922670. OLE color: 6922670.

HSL color Cylindrical-coordinate representation of color #AEA169: hue angle of 48.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEA169 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174161105-
CMYK00.070.400.32
HSL48.7º29.87%54.71%-
HSV(B)48.7º39.66%68.24%-
XYZ32.7535.5118.49-
YUV158.597.81139.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=39.55%
G=36.59%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416110500.070.400.3248.729.8754.71
HexAEA169072820311e37
Octal256241151075040613667
Binary10101110101000011101001011110100010000011000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA169; }

 p { color: rgb(174,161,105); }

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

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

 a { background-color: rgb(174,161,105); }

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

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

 span { border-color: rgb(174,161,105); }

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