#AEA542

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

Shades of Brass #AEA542

Tints of Brass #AEA542

Color information

#AEA542 (or 0xAEA542) is unknown color: approx Brass. HEX triplet: AE, A5 and 42. RGB value is (174,165,66). Sum of RGB (Red+Green+Blue) = 174+165+66=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA542 is #515ABD. Grayscale: #9C9C9C. Windows color (decimal): -5331646 or 4367790. OLE color: 4367790.

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

Color convert

RGB17416566-
CMYK00.050.620.32
HSL55º45%47.06%-
HSV(B)55º62.07%68.24%-
XYZ31.8936.310.48-
YUV156.476.98140.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 165 (64.84% from 255) = 40.74%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=42.96%
G=40.74%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741656600.050.620.32554547.06
HexAEA542053E20372d2f
Octal256245102057640675557
Binary101011101010010110000100101111110100000110111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA542; }

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

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

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

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

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

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

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

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