#AEA232

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

Shades of Brass #AEA232

Tints of Brass #AEA232

Color information

#AEA232 (or 0xAEA232) is unknown color: approx Brass. HEX triplet: AE, A2 and 32. RGB value is (174,162,50). Sum of RGB (Red+Green+Blue) = 174+162+50=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA232 is #515DCD. Grayscale: #999999. Windows color (decimal): -5332430 or 3318446. OLE color: 3318446.

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

Color convert

RGB17416250-
CMYK00.070.710.32
HSL54.19º55.36%43.92%-
HSV(B)54.19º71.26%68.24%-
XYZ30.9535.078.16-
YUV152.8269.98143.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 162 (63.67% from 255) = 41.97%
BLUE value IS 50 (19.92% from 255) = 12.95%
R=45.08%
G=41.97%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741625000.070.710.3254.1955.3643.92
HexAEA23207472036372c
Octal256242620710740666754
Binary101011101010001011001001111000111100000110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA232; }

 p { color: rgb(174,162,50); }

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

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

 a { background-color: rgb(174,162,50); }

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

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

 span { border-color: rgb(174,162,50); }

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