#AE9E43

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

Shades of Brass #AE9E43

Tints of Brass #AE9E43

Color information

#AE9E43 (or 0xAE9E43) is unknown color: approx Brass. HEX triplet: AE, 9E and 43. RGB value is (174,158,67). Sum of RGB (Red+Green+Blue) = 174+158+67=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E43 is #5161BC. Grayscale: #989898. Windows color (decimal): -5333437 or 4431534. OLE color: 4431534.

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

Color convert

RGB17415867-
CMYK00.090.610.32
HSL51.03º44.4%47.25%-
HSV(B)51.03º61.49%68.24%-
XYZ30.733.8610.23-
YUV152.4179.8143.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 158 (62.11% from 255) = 39.60%
BLUE value IS 67 (26.56% from 255) = 16.79%
R=43.61%
G=39.60%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741586700.090.610.3251.0344.447.25
HexAE9E43093D20332c2f
Octal2562361030117540635457
Binary1010111010011110100001101001111101100000110011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E43; }

 p { color: rgb(174,158,67); }

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

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

 a { background-color: rgb(174,158,67); }

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

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

 span { border-color: rgb(174,158,67); }

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