#AEA36A

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

Shades of Gimblet #AEA36A

Tints of Gimblet #AEA36A

Color information

#AEA36A (or 0xAEA36A) is unknown color: approx Gimblet. HEX triplet: AE, A3 and 6A. RGB value is (174,163,106). Sum of RGB (Red+Green+Blue) = 174+163+106=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA36A is #515C95. Grayscale: #A0A0A0. Windows color (decimal): -5332118 or 6988718. OLE color: 6988718.

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

Color convert

RGB174163106-
CMYK00.060.390.32
HSL50.29º29.57%54.9%-
HSV(B)50.29º39.08%68.24%-
XYZ33.1536.2318.88-
YUV159.7997.64138.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 163 (64.06% from 255) = 36.79%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=39.28%
G=36.79%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416310600.060.390.3250.2929.5754.9
HexAEA36A062720321e37
Octal256243152064740623667
Binary10101110101000111101010011010011110000011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA36A; }

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

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

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

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

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

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

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

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