#AEA763

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

Shades of Gimblet #AEA763

Tints of Gimblet #AEA763

Color information

#AEA763 (or 0xAEA763) is unknown color: approx Gimblet. HEX triplet: AE, A7 and 63. RGB value is (174,167,99). Sum of RGB (Red+Green+Blue) = 174+167+99=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA763 is #51589C. Grayscale: #A1A1A1. Windows color (decimal): -5331101 or 6530990. OLE color: 6530990.

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

Color convert

RGB17416799-
CMYK00.040.430.32
HSL54.4º31.65%53.53%-
HSV(B)54.4º43.1%68.24%-
XYZ33.5337.5417.28-
YUV161.3492.82137.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 99 (39.06% from 255) = 22.5%
R=39.55%
G=37.95%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741679900.040.430.3254.431.6553.53
HexAEA763042B20362036
Octal256247143045340664066
Binary101011101010011111000110100101011100000110110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA763; }

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

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

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

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

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

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

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

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