#AEA13A

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

Shades of Brass #AEA13A

Tints of Brass #AEA13A

Color information

#AEA13A (or 0xAEA13A) is unknown color: approx Brass. HEX triplet: AE, A1 and 3A. RGB value is (174,161,58). Sum of RGB (Red+Green+Blue) = 174+161+58=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA13A is #515EC5. Grayscale: #999999. Windows color (decimal): -5332678 or 3842478. OLE color: 3842478.

HSL color Cylindrical-coordinate representation of color #AEA13A: hue angle of 53.28º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEA13A is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB17416158-
CMYK00.070.670.32
HSL53.28º50%45.49%-
HSV(B)53.28º66.67%68.24%-
XYZ30.9634.799.09-
YUV153.1474.31142.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 161 (63.28% from 255) = 40.97%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=44.27%
G=40.97%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741615800.070.670.3253.285045.49
HexAEA13A07432035322d
Octal256241720710340656255
Binary101011101010000111101001111000011100000110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA13A; }

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

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

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

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

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

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

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

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