#AEA268

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

Shades of Gimblet #AEA268

Tints of Gimblet #AEA268

Color information

#AEA268 (or 0xAEA268) is unknown color: approx Gimblet. HEX triplet: AE, A2 and 68. RGB value is (174,162,104). Sum of RGB (Red+Green+Blue) = 174+162+104=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA268 is #515D97. Grayscale: #9F9F9F. Windows color (decimal): -5332376 or 6857390. OLE color: 6857390.

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

Color convert

RGB174162104-
CMYK00.070.400.32
HSL49.71º30.17%54.51%-
HSV(B)49.71º40.23%68.24%-
XYZ32.8735.8418.28-
YUV158.9896.98138.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=39.55%
G=36.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416210400.070.400.3249.7130.1754.51
HexAEA268072820321e37
Octal256242150075040623667
Binary10101110101000101101000011110100010000011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA268; }

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

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

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

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

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

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

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

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