#AEA262

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

Shades of Gimblet #AEA262

Tints of Gimblet #AEA262

Color information

#AEA262 (or 0xAEA262) is unknown color: approx Gimblet. HEX triplet: AE, A2 and 62. RGB value is (174,162,98). Sum of RGB (Red+Green+Blue) = 174+162+98=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA262 is #515D9D. Grayscale: #9E9E9E. Windows color (decimal): -5332382 or 6464174. OLE color: 6464174.

HSL color Cylindrical-coordinate representation of color #AEA262: hue angle of 50.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEA262 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB17416298-
CMYK00.070.440.32
HSL50.53º31.93%53.33%-
HSV(B)50.53º43.68%68.24%-
XYZ32.5835.7216.73-
YUV158.2993.98139.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=40.09%
G=37.33%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741629800.070.440.3250.5331.9353.33
HexAEA262072C20332035
Octal256242142075440634065
Binary101011101010001011000100111101100100000110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA262; }

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

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

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

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

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

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

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

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