#AEA75D

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

Shades of Gimblet #AEA75D

Tints of Gimblet #AEA75D

Color information

#AEA75D (or 0xAEA75D) is unknown color: approx Gimblet. HEX triplet: AE, A7 and 5D. RGB value is (174,167,93). Sum of RGB (Red+Green+Blue) = 174+167+93=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA75D is #5158A2. Grayscale: #A0A0A0. Windows color (decimal): -5331107 or 6137774. OLE color: 6137774.

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

Color convert

RGB17416793-
CMYK00.040.470.32
HSL54.81º33.33%52.35%-
HSV(B)54.81º46.55%68.24%-
XYZ33.2537.4315.83-
YUV160.6689.82137.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=40.09%
G=38.48%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741679300.040.470.3254.8133.3352.35
HexAEA75D042F20372134
Octal256247135045740674164
Binary101011101010011110111010100101111100000110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA75D; }

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

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

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

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

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

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

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

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