#AEA53E

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

Shades of Brass #AEA53E

Tints of Brass #AEA53E

Color information

#AEA53E (or 0xAEA53E) is unknown color: approx Brass. HEX triplet: AE, A5 and 3E. RGB value is (174,165,62). Sum of RGB (Red+Green+Blue) = 174+165+62=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA53E is #515AC1. Grayscale: #9C9C9C. Windows color (decimal): -5331650 or 4105646. OLE color: 4105646.

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

Color convert

RGB17416562-
CMYK00.050.640.32
HSL55.18º47.46%46.27%-
HSV(B)55.18º64.37%68.24%-
XYZ31.7836.269.88-
YUV155.9574.98140.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 62 (24.61% from 255) = 15.46%
R=43.39%
G=41.15%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741656200.050.640.3255.1847.4646.27
HexAEA53E054020372f2e
Octal256245760510040675756
Binary101011101010010111111001011000000100000110111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA53E; }

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

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

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

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

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

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

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

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