#AEA332

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

Shades of Brass #AEA332

Tints of Brass #AEA332

Color information

#AEA332 (or 0xAEA332) is unknown color: approx Brass. HEX triplet: AE, A3 and 32. RGB value is (174,163,50). Sum of RGB (Red+Green+Blue) = 174+163+50=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA332 is #515CCD. Grayscale: #999999. Windows color (decimal): -5332174 or 3318702. OLE color: 3318702.

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

Color convert

RGB17416350-
CMYK00.060.710.32
HSL54.68º55.36%43.92%-
HSV(B)54.68º71.26%68.24%-
XYZ31.1335.428.21-
YUV153.4169.64142.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 163 (64.06% from 255) = 42.12%
BLUE value IS 50 (19.92% from 255) = 12.92%
R=44.96%
G=42.12%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741635000.060.710.3254.6855.3643.92
HexAEA33206472037372c
Octal256243620610740676754
Binary101011101010001111001001101000111100000110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA332; }

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

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

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

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

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

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

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

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