#AEA23A

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

Shades of Brass #AEA23A

Tints of Brass #AEA23A

Color information

#AEA23A (or 0xAEA23A) is unknown color: approx Brass. HEX triplet: AE, A2 and 3A. RGB value is (174,162,58). Sum of RGB (Red+Green+Blue) = 174+162+58=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA23A is #515DC5. Grayscale: #9A9A9A. Windows color (decimal): -5332422 or 3842734. OLE color: 3842734.

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

Color convert

RGB17416258-
CMYK00.070.670.32
HSL53.79º50%45.49%-
HSV(B)53.79º66.67%68.24%-
XYZ31.1435.149.15-
YUV153.7373.98142.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 162 (63.67% from 255) = 41.12%
BLUE value IS 58 (23.05% from 255) = 14.72%
R=44.16%
G=41.12%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741625800.070.670.3253.795045.49
HexAEA23A07432036322d
Octal256242720710340666255
Binary101011101010001011101001111000011100000110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA23A; }

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

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

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

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

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

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

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

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