#AE9D42

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

Shades of Brass #AE9D42

Tints of Brass #AE9D42

Color information

#AE9D42 (or 0xAE9D42) is unknown color: approx Brass. HEX triplet: AE, 9D and 42. RGB value is (174,157,66). Sum of RGB (Red+Green+Blue) = 174+157+66=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9D42 is #5162BD. Grayscale: #989898. Windows color (decimal): -5333694 or 4365742. OLE color: 4365742.

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

Color convert

RGB17415766-
CMYK00.100.620.32
HSL50.56º45%47.06%-
HSV(B)50.56º62.07%68.24%-
XYZ30.533.5110.01-
YUV151.7179.63143.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 157 (61.72% from 255) = 39.55%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=43.83%
G=39.55%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741576600.100.620.3250.564547.06
HexAE9D420A3E20332d2f
Octal2562351020127640635557
Binary1010111010011101100001001010111110100000110011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9D42; }

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

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

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

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

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

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

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

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