#AEA360

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

Shades of Gimblet #AEA360

Tints of Gimblet #AEA360

Color information

#AEA360 (or 0xAEA360) is unknown color: approx Gimblet. HEX triplet: AE, A3 and 60. RGB value is (174,163,96). Sum of RGB (Red+Green+Blue) = 174+163+96=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA360 is #515C9F. Grayscale: #9E9E9E. Windows color (decimal): -5332128 or 6333358. OLE color: 6333358.

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

Color convert

RGB17416396-
CMYK00.060.450.32
HSL51.54º32.5%52.94%-
HSV(B)51.54º44.83%68.24%-
XYZ32.6636.0416.3-
YUV158.6592.64138.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=40.18%
G=37.64%
B=22.17%

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
Decimal1741639600.060.450.3251.5432.552.94
HexAEA360062D20342035
Octal256243140065540644065
Binary101011101010001111000000110101101100000110100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA360; }

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

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

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

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

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

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

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

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