#AEA553

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

Shades of Brass #AEA553

Tints of Brass #AEA553

Color information

#AEA553 (or 0xAEA553) is unknown color: approx Brass. HEX triplet: AE, A5 and 53. RGB value is (174,165,83). Sum of RGB (Red+Green+Blue) = 174+165+83=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA553 is #515AAC. Grayscale: #9E9E9E. Windows color (decimal): -5331629 or 5481902. OLE color: 5481902.

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

Color convert

RGB17416583-
CMYK00.050.520.32
HSL54.07º35.97%50.39%-
HSV(B)54.07º52.3%68.24%-
XYZ32.4736.5313.52-
YUV158.3485.48139.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 83 (32.81% from 255) = 19.67%
R=41.23%
G=39.10%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741658300.050.520.3254.0735.9750.39
HexAEA553053420362432
Octal256245123056440664462
Binary101011101010010110100110101110100100000110110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA553; }

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

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

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

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

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

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

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

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