#AEA366

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

Shades of Gimblet #AEA366

Tints of Gimblet #AEA366

Color information

#AEA366 (or 0xAEA366) is unknown color: approx Gimblet. HEX triplet: AE, A3 and 66. RGB value is (174,163,102). Sum of RGB (Red+Green+Blue) = 174+163+102=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA366 is #515C99. Grayscale: #9F9F9F. Windows color (decimal): -5332122 or 6726574. OLE color: 6726574.

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

Color convert

RGB174163102-
CMYK00.060.410.32
HSL50.83º30.77%54.12%-
HSV(B)50.83º41.38%68.24%-
XYZ32.9536.1517.81-
YUV159.3395.64138.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 163 (64.06% from 255) = 37.13%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=39.64%
G=37.13%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416310200.060.410.3250.8330.7754.12
HexAEA366062920331f36
Octal256243146065140633766
Binary10101110101000111100110011010100110000011001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA366; }

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

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

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

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

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

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

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

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