#AEA73A

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

Shades of Brass #AEA73A

Tints of Brass #AEA73A

Color information

#AEA73A (or 0xAEA73A) is unknown color: approx Brass. HEX triplet: AE, A7 and 3A. RGB value is (174,167,58). Sum of RGB (Red+Green+Blue) = 174+167+58=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA73A is #5158C5. Grayscale: #9D9D9D. Windows color (decimal): -5331142 or 3844014. OLE color: 3844014.

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

Color convert

RGB17416758-
CMYK00.040.670.32
HSL56.38º50%45.49%-
HSV(B)56.38º66.67%68.24%-
XYZ32.0436.949.44-
YUV156.6772.32140.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 167 (65.62% from 255) = 41.85%
BLUE value IS 58 (23.05% from 255) = 14.54%
R=43.61%
G=41.85%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741675800.040.670.3256.385045.49
HexAEA73A04432038322d
Octal256247720410340706255
Binary101011101010011111101001001000011100000111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA73A; }

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

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

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

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

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

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

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

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