#AEA569

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

Shades of Gimblet #AEA569

Tints of Gimblet #AEA569

Color information

#AEA569 (or 0xAEA569) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 69. RGB value is (174,165,105). Sum of RGB (Red+Green+Blue) = 174+165+105=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA569 is #515A96. Grayscale: #A1A1A1. Windows color (decimal): -5331607 or 6923694. OLE color: 6923694.

HSL color Cylindrical-coordinate representation of color #AEA569: hue angle of 52.17º 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 #AEA569 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174165105-
CMYK00.050.400.32
HSL52.17º29.87%54.71%-
HSV(B)52.17º39.66%68.24%-
XYZ33.4636.9318.73-
YUV160.8596.48137.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 165 (64.84% from 255) = 37.16%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=39.19%
G=37.16%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416510500.050.400.3252.1729.8754.71
HexAEA569052820341e37
Octal256245151055040643667
Binary10101110101001011101001010110100010000011010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA569; }

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

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

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

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

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

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

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

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