#AEA561

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

Shades of Gimblet #AEA561

Tints of Gimblet #AEA561

Color information

#AEA561 (or 0xAEA561) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 61. RGB value is (174,165,97). Sum of RGB (Red+Green+Blue) = 174+165+97=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA561 is #515A9E. Grayscale: #A0A0A0. Windows color (decimal): -5331615 or 6399406. OLE color: 6399406.

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

Color convert

RGB17416597-
CMYK00.050.440.32
HSL52.99º32.22%53.14%-
HSV(B)52.99º44.25%68.24%-
XYZ33.0736.7716.66-
YUV159.9492.48138.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=39.91%
G=37.84%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741659700.050.440.3252.9932.2253.14
HexAEA561052C20352035
Octal256245141055440654065
Binary101011101010010111000010101101100100000110101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA561; }

 p { color: rgb(174,165,97); }

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

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

 a { background-color: rgb(174,165,97); }

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

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

 span { border-color: rgb(174,165,97); }

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