#AE9C41

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

Shades of Brass #AE9C41

Tints of Brass #AE9C41

Color information

#AE9C41 (or 0xAE9C41) is unknown color: approx Brass. HEX triplet: AE, 9C and 41. RGB value is (174,156,65). Sum of RGB (Red+Green+Blue) = 174+156+65=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C41 is #5163BE. Grayscale: #979797. Windows color (decimal): -5333951 or 4299950. OLE color: 4299950.

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

Color convert

RGB17415665-
CMYK00.100.630.32
HSL50.09º45.61%46.86%-
HSV(B)50.09º62.64%68.24%-
XYZ30.333.169.8-
YUV151.0179.46144.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 65 (25.78% from 255) = 16.46%
R=44.05%
G=39.49%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741566500.100.630.3250.0945.6146.86
HexAE9C410A3F20322e2f
Octal2562341010127740625657
Binary1010111010011100100000101010111111100000110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C41; }

 p { color: rgb(174,156,65); }

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

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

 a { background-color: rgb(174,156,65); }

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

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

 span { border-color: rgb(174,156,65); }

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