#AEAC6A

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

Shades of Gimblet #AEAC6A

Tints of Gimblet #AEAC6A

Color information

#AEAC6A (or 0xAEAC6A) is unknown color: approx Gimblet. HEX triplet: AE, AC and 6A. RGB value is (174,172,106). Sum of RGB (Red+Green+Blue) = 174+172+106=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC6A is #515395. Grayscale: #A5A5A5. Windows color (decimal): -5329814 or 6991022. OLE color: 6991022.

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

Color convert

RGB174172106-
CMYK00.010.390.32
HSL58.24º29.57%54.9%-
HSV(B)58.24º39.08%68.24%-
XYZ34.8139.5419.43-
YUV165.0794.66134.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=38.50%
G=38.05%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417210600.010.390.3258.2429.5754.9
HexAEAC6A0127203a1e37
Octal256254152014740723667
Binary101011101010110011010100110011110000011101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC6A; }

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

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

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

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

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

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

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

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