#AEA45B

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

Shades of Gimblet #AEA45B

Tints of Gimblet #AEA45B

Color information

#AEA45B (or 0xAEA45B) is unknown color: approx Gimblet. HEX triplet: AE, A4 and 5B. RGB value is (174,164,91). Sum of RGB (Red+Green+Blue) = 174+164+91=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA45B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA45B is #515BA4. Grayscale: #9E9E9E. Windows color (decimal): -5331877 or 6005934. OLE color: 6005934.

HSL color Cylindrical-coordinate representation of color #AEA45B: hue angle of 52.77º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEA45B is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17416491-
CMYK00.060.480.32
HSL52.77º33.88%51.96%-
HSV(B)52.77º47.7%68.24%-
XYZ32.6236.315.19-
YUV158.6789.81138.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=40.56%
G=38.23%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741649100.060.480.3252.7733.8851.96
HexAEA45B063020352234
Octal256244133066040654264
Binary101011101010010010110110110110000100000110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA45B; }

 p { color: rgb(174,164,91); }

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

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

 a { background-color: rgb(174,164,91); }

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

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

 span { border-color: rgb(174,164,91); }

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