#AEA766

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

Shades of Gimblet #AEA766

Tints of Gimblet #AEA766

Color information

#AEA766 (or 0xAEA766) is unknown color: approx Gimblet. HEX triplet: AE, A7 and 66. RGB value is (174,167,102). Sum of RGB (Red+Green+Blue) = 174+167+102=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA766 is #515899. Grayscale: #A1A1A1. Windows color (decimal): -5331098 or 6727598. OLE color: 6727598.

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

Color convert

RGB174167102-
CMYK00.040.410.32
HSL54.17º30.77%54.12%-
HSV(B)54.17º41.38%68.24%-
XYZ33.6737.618.05-
YUV161.6894.32136.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=39.28%
G=37.70%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416710200.040.410.3254.1730.7754.12
HexAEA766042920361f36
Octal256247146045140663766
Binary10101110101001111100110010010100110000011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA766; }

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

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

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

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

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

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

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

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