#AE9E3E

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

Shades of Brass #AE9E3E

Tints of Brass #AE9E3E

Color information

#AE9E3E (or 0xAE9E3E) is unknown color: approx Brass. HEX triplet: AE, 9E and 3E. RGB value is (174,158,62). Sum of RGB (Red+Green+Blue) = 174+158+62=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E3E is #5161C1. Grayscale: #989898. Windows color (decimal): -5333442 or 4103854. OLE color: 4103854.

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

Color convert

RGB17415862-
CMYK00.090.640.32
HSL51.43º47.46%46.27%-
HSV(B)51.43º64.37%68.24%-
XYZ30.5533.89.47-
YUV151.8477.3143.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 62 (24.61% from 255) = 15.74%
R=44.16%
G=40.10%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741586200.090.640.3251.4347.4646.27
HexAE9E3E094020332f2e
Octal2562367601110040635756
Binary1010111010011110111110010011000000100000110011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E3E; }

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

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

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

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

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

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

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

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