#AEA067

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

Shades of Gimblet #AEA067

Tints of Gimblet #AEA067

Color information

#AEA067 (or 0xAEA067) is unknown color: approx Gimblet. HEX triplet: AE, A0 and 67. RGB value is (174,160,103). Sum of RGB (Red+Green+Blue) = 174+160+103=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA067 is #515F98. Grayscale: #9D9D9D. Windows color (decimal): -5332889 or 6791342. OLE color: 6791342.

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

Color convert

RGB174160103-
CMYK00.080.410.32
HSL48.17º30.47%54.31%-
HSV(B)48.17º40.8%68.24%-
XYZ32.4735.1217.9-
YUV157.6997.14139.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 103 (40.62% from 255) = 23.57%
R=39.82%
G=36.61%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416010300.080.410.3248.1730.4754.31
HexAEA067082920301e36
Octal2562401470105140603666
Binary101011101010000011001110100010100110000011000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA067; }

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

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

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

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

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

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

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

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