#AE9C38

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

Shades of Brass #AE9C38

Tints of Brass #AE9C38

Color information

#AE9C38 (or 0xAE9C38) is unknown color: approx Brass. HEX triplet: AE, 9C and 38. RGB value is (174,156,56). Sum of RGB (Red+Green+Blue) = 174+156+56=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C38 is #5163C7. Grayscale: #969696. Windows color (decimal): -5333960 or 3710126. OLE color: 3710126.

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

Color convert

RGB17415656-
CMYK00.100.680.32
HSL50.85º51.3%45.1%-
HSV(B)50.85º67.82%68.24%-
XYZ30.0633.068.54-
YUV149.9874.96145.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 56 (22.27% from 255) = 14.51%
R=45.08%
G=40.41%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741565600.100.680.3250.8551.345.1
HexAE9C380A442033332d
Octal2562347001210440636355
Binary1010111010011100111000010101000100100000110011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C38; }

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

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

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

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

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

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

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

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