#AEA732

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

Shades of Brass #AEA732

Tints of Brass #AEA732

Color information

#AEA732 (or 0xAEA732) is unknown color: approx Brass. HEX triplet: AE, A7 and 32. RGB value is (174,167,50). Sum of RGB (Red+Green+Blue) = 174+167+50=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA732 is #5158CD. Grayscale: #9C9C9C. Windows color (decimal): -5331150 or 3319726. OLE color: 3319726.

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

Color convert

RGB17416750-
CMYK00.040.710.32
HSL56.61º55.36%43.92%-
HSV(B)56.61º71.26%68.24%-
XYZ31.8536.878.45-
YUV155.7668.32141.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 167 (65.62% from 255) = 42.71%
BLUE value IS 50 (19.92% from 255) = 12.79%
R=44.50%
G=42.71%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741675000.040.710.3256.6155.3643.92
HexAEA73204472039372c
Octal256247620410740716754
Binary101011101010011111001001001000111100000111001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA732; }

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

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

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

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

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

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

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

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