#AE9F3E

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

Shades of Brass #AE9F3E

Tints of Brass #AE9F3E

Color information

#AE9F3E (or 0xAE9F3E) is unknown color: approx Brass. HEX triplet: AE, 9F and 3E. RGB value is (174,159,62). Sum of RGB (Red+Green+Blue) = 174+159+62=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9F3E is #5160C1. Grayscale: #989898. Windows color (decimal): -5333186 or 4104110. OLE color: 4104110.

HSL color Cylindrical-coordinate representation of color #AE9F3E: hue angle of 51.96º 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 #AE9F3E is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17415962-
CMYK00.090.640.32
HSL51.96º47.46%46.27%-
HSV(B)51.96º64.37%68.24%-
XYZ30.7234.149.53-
YUV152.4376.97143.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=44.05%
G=40.25%
B=15.70%

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
Decimal1741596200.090.640.3251.9647.4646.27
HexAE9F3E094020342f2e
Octal2562377601110040645756
Binary1010111010011111111110010011000000100000110100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9F3E; }

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

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

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

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

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

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

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

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