#AEAC42

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

Shades of Brass #AEAC42

Tints of Brass #AEAC42

Color information

#AEAC42 (or 0xAEAC42) is unknown color: approx Brass. HEX triplet: AE, AC and 42. RGB value is (174,172,66). Sum of RGB (Red+Green+Blue) = 174+172+66=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC42 is #5153BD. Grayscale: #A0A0A0. Windows color (decimal): -5329854 or 4369582. OLE color: 4369582.

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

Color convert

RGB17417266-
CMYK00.010.620.32
HSL58.89º45%47.06%-
HSV(B)58.89º62.07%68.24%-
XYZ33.1938.910.91-
YUV160.5174.66137.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 66 (26.17% from 255) = 16.02%
R=42.23%
G=41.75%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741726600.010.620.3258.894547.06
HexAEAC42013E203b2d2f
Octal256254102017640735557
Binary1010111010101100100001001111110100000111011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC42; }

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

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

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

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

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

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

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

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