#AEA35F

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

Shades of Gimblet #AEA35F

Tints of Gimblet #AEA35F

Color information

#AEA35F (or 0xAEA35F) is unknown color: approx Gimblet. HEX triplet: AE, A3 and 5F. RGB value is (174,163,95). Sum of RGB (Red+Green+Blue) = 174+163+95=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA35F is #515CA0. Grayscale: #9E9E9E. Windows color (decimal): -5332129 or 6267822. OLE color: 6267822.

HSL color Cylindrical-coordinate representation of color #AEA35F: hue angle of 51.65º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEA35F is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17416395-
CMYK00.060.450.32
HSL51.65º32.78%52.75%-
HSV(B)51.65º45.4%68.24%-
XYZ32.6236.0216.06-
YUV158.5492.14139.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=40.28%
G=37.73%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741639500.060.450.3251.6532.7852.75
HexAEA35F062D20342135
Octal256243137065540644165
Binary101011101010001110111110110101101100000110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA35F; }

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

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

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

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

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

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

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

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