#AEAC6D

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

Shades of Gimblet #AEAC6D

Tints of Gimblet #AEAC6D

Color information

#AEAC6D (or 0xAEAC6D) is unknown color: approx Gimblet. HEX triplet: AE, AC and 6D. RGB value is (174,172,109). Sum of RGB (Red+Green+Blue) = 174+172+109=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC6D is #515392. Grayscale: #A5A5A5. Windows color (decimal): -5329811 or 7187630. OLE color: 7187630.

HSL color Cylindrical-coordinate representation of color #AEAC6D: hue angle of 58.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEAC6D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174172109-
CMYK00.010.370.32
HSL58.15º28.63%55.49%-
HSV(B)58.15º37.36%68.24%-
XYZ34.9739.6120.27-
YUV165.4296.16134.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=38.24%
G=37.80%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417210900.010.370.3258.1528.6355.49
HexAEAC6D0125203a1d37
Octal256254155014540723567
Binary101011101010110011011010110010110000011101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC6D; }

 p { color: rgb(174,172,109); }

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

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

 a { background-color: rgb(174,172,109); }

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

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

 span { border-color: rgb(174,172,109); }

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