#AEA56A

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

Shades of Gimblet #AEA56A

Tints of Gimblet #AEA56A

Color information

#AEA56A (or 0xAEA56A) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 6A. RGB value is (174,165,106). Sum of RGB (Red+Green+Blue) = 174+165+106=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA56A is #515A95. Grayscale: #A1A1A1. Windows color (decimal): -5331606 or 6989230. OLE color: 6989230.

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

Color convert

RGB174165106-
CMYK00.050.390.32
HSL52.06º29.57%54.9%-
HSV(B)52.06º39.08%68.24%-
XYZ33.5136.9519-
YUV160.9696.98137.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 165 (64.84% from 255) = 37.08%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=39.10%
G=37.08%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416510600.050.390.3252.0629.5754.9
HexAEA56A052720341e37
Octal256245152054740643667
Binary10101110101001011101010010110011110000011010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA56A; }

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

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

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

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

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

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

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

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