#AE9E3B

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

Shades of Brass #AE9E3B

Tints of Brass #AE9E3B

Color information

#AE9E3B (or 0xAE9E3B) is unknown color: approx Brass. HEX triplet: AE, 9E and 3B. RGB value is (174,158,59). Sum of RGB (Red+Green+Blue) = 174+158+59=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E3B is #5161C4. Grayscale: #979797. Windows color (decimal): -5333445 or 3907246. OLE color: 3907246.

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

Color convert

RGB17415859-
CMYK00.090.660.32
HSL51.65º49.36%45.69%-
HSV(B)51.65º66.09%68.24%-
XYZ30.4733.779.05-
YUV151.575.8144.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=44.50%
G=40.41%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741585900.090.660.3251.6549.3645.69
HexAE9E3B09422034312e
Octal2562367301110240646156
Binary1010111010011110111011010011000010100000110100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E3B; }

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

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

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

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

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

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

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

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