#AE9E66

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

Shades of Gimblet #AE9E66

Tints of Gimblet #AE9E66

Color information

#AE9E66 (or 0xAE9E66) is unknown color: approx Gimblet. HEX triplet: AE, 9E and 66. RGB value is (174,158,102). Sum of RGB (Red+Green+Blue) = 174+158+102=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E66 is #516199. Grayscale: #9C9C9C. Windows color (decimal): -5333402 or 6725294. OLE color: 6725294.

HSL color Cylindrical-coordinate representation of color #AE9E66: hue angle of 46.67º degrees, saturation: 0.31, 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 #AE9E66 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174158102-
CMYK00.090.410.32
HSL46.67º30.77%54.12%-
HSV(B)46.67º41.38%68.24%-
XYZ32.0834.4117.52-
YUV156.497.3140.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=40.09%
G=36.41%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415810200.090.410.3246.6730.7754.12
HexAE9E660929202f1f36
Octal2562361460115140573766
Binary101011101001111011001100100110100110000010111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E66; }

 p { color: rgb(174,158,102); }

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

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

 a { background-color: rgb(174,158,102); }

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

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

 span { border-color: rgb(174,158,102); }

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