#AEA75B

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

Shades of Gimblet #AEA75B

Tints of Gimblet #AEA75B

Color information

#AEA75B (or 0xAEA75B) is unknown color: approx Gimblet. HEX triplet: AE, A7 and 5B. RGB value is (174,167,91). Sum of RGB (Red+Green+Blue) = 174+167+91=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA75B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA75B is #5158A4. Grayscale: #A0A0A0. Windows color (decimal): -5331109 or 6006702. OLE color: 6006702.

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

Color convert

RGB17416791-
CMYK00.040.480.32
HSL54.94º33.88%51.96%-
HSV(B)54.94º47.7%68.24%-
XYZ33.1637.3915.37-
YUV160.4388.82137.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 167 (65.62% from 255) = 38.66%
BLUE value IS 91 (35.94% from 255) = 21.06%
R=40.28%
G=38.66%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741679100.040.480.3254.9433.8851.96
HexAEA75B043020372234
Octal256247133046040674264
Binary101011101010011110110110100110000100000110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA75B; }

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

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

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

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

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

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

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

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