#AEA368

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

Shades of Gimblet #AEA368

Tints of Gimblet #AEA368

Color information

#AEA368 (or 0xAEA368) is unknown color: approx Gimblet. HEX triplet: AE, A3 and 68. RGB value is (174,163,104). Sum of RGB (Red+Green+Blue) = 174+163+104=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA368 is #515C97. Grayscale: #9F9F9F. Windows color (decimal): -5332120 or 6857646. OLE color: 6857646.

HSL color Cylindrical-coordinate representation of color #AEA368: hue angle of 50.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEA368 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174163104-
CMYK00.060.400.32
HSL50.57º30.17%54.51%-
HSV(B)50.57º40.23%68.24%-
XYZ33.0536.1918.34-
YUV159.5696.64138.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=39.46%
G=36.96%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416310400.060.400.3250.5730.1754.51
HexAEA368062820331e37
Octal256243150065040633667
Binary10101110101000111101000011010100010000011001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA368; }

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

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

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

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

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

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

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

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