#AEA138

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

Shades of Brass #AEA138

Tints of Brass #AEA138

Color information

#AEA138 (or 0xAEA138) is unknown color: approx Brass. HEX triplet: AE, A1 and 38. RGB value is (174,161,56). Sum of RGB (Red+Green+Blue) = 174+161+56=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA138 is #515EC7. Grayscale: #999999. Windows color (decimal): -5332680 or 3711406. OLE color: 3711406.

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

Color convert

RGB17416156-
CMYK00.070.680.32
HSL53.39º51.3%45.1%-
HSV(B)53.39º67.82%68.24%-
XYZ30.9134.778.82-
YUV152.9273.31143.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 161 (63.28% from 255) = 41.18%
BLUE value IS 56 (22.27% from 255) = 14.32%
R=44.50%
G=41.18%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741615600.070.680.3253.3951.345.1
HexAEA13807442035332d
Octal256241700710440656355
Binary101011101010000111100001111000100100000110101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA138; }

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

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

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

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

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

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

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

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