#AEA25A

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

Shades of Gimblet #AEA25A

Tints of Gimblet #AEA25A

Color information

#AEA25A (or 0xAEA25A) is unknown color: approx Gimblet. HEX triplet: AE, A2 and 5A. RGB value is (174,162,90). Sum of RGB (Red+Green+Blue) = 174+162+90=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA25A is #515DA5. Grayscale: #9D9D9D. Windows color (decimal): -5332390 or 5939886. OLE color: 5939886.

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

Color convert

RGB17416290-
CMYK00.070.480.32
HSL51.43º34.15%51.76%-
HSV(B)51.43º48.28%68.24%-
XYZ32.2235.5814.84-
YUV157.3889.98139.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=40.85%
G=38.03%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741629000.070.480.3251.4334.1551.76
HexAEA25A073020332234
Octal256242132076040634264
Binary101011101010001010110100111110000100000110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA25A; }

 p { color: rgb(174,162,90); }

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

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

 a { background-color: rgb(174,162,90); }

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

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

 span { border-color: rgb(174,162,90); }

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