#AEA065

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

Shades of Gimblet #AEA065

Tints of Gimblet #AEA065

Color information

#AEA065 (or 0xAEA065) is unknown color: approx Gimblet. HEX triplet: AE, A0 and 65. RGB value is (174,160,101). Sum of RGB (Red+Green+Blue) = 174+160+101=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA065 is #515F9A. Grayscale: #9D9D9D. Windows color (decimal): -5332891 or 6660270. OLE color: 6660270.

HSL color Cylindrical-coordinate representation of color #AEA065: hue angle of 48.49º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEA065 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB174160101-
CMYK00.080.420.32
HSL48.49º31.06%53.92%-
HSV(B)48.49º41.95%68.24%-
XYZ32.3835.0817.38-
YUV157.4696.14139.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 160 (62.89% from 255) = 36.78%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=40%
G=36.78%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416010100.080.420.3248.4931.0653.92
HexAEA065082A20301f36
Octal2562401450105240603766
Binary101011101010000011001010100010101010000011000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA065; }

 p { color: rgb(174,160,101); }

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

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

 a { background-color: rgb(174,160,101); }

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

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

 span { border-color: rgb(174,160,101); }

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