#AEA65F

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

Shades of Gimblet #AEA65F

Tints of Gimblet #AEA65F

Color information

#AEA65F (or 0xAEA65F) is unknown color: approx Gimblet. HEX triplet: AE, A6 and 5F. RGB value is (174,166,95). Sum of RGB (Red+Green+Blue) = 174+166+95=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA65F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA65F is #5159A0. Grayscale: #A0A0A0. Windows color (decimal): -5331361 or 6268590. OLE color: 6268590.

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

Color convert

RGB17416695-
CMYK00.050.450.32
HSL53.92º32.78%52.75%-
HSV(B)53.92º45.4%68.24%-
XYZ33.1637.116.24-
YUV160.391.15137.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=40%
G=38.16%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741669500.050.450.3253.9232.7852.75
HexAEA65F052D20362135
Octal256246137055540664165
Binary101011101010011010111110101101101100000110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA65F; }

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

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

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

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

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

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

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

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