#AEA23C

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

Shades of Brass #AEA23C

Tints of Brass #AEA23C

Color information

#AEA23C (or 0xAEA23C) is unknown color: approx Brass. HEX triplet: AE, A2 and 3C. RGB value is (174,162,60). Sum of RGB (Red+Green+Blue) = 174+162+60=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA23C is #515DC3. Grayscale: #9A9A9A. Windows color (decimal): -5332420 or 3973806. OLE color: 3973806.

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

Color convert

RGB17416260-
CMYK00.070.660.32
HSL53.68º48.72%45.88%-
HSV(B)53.68º65.52%68.24%-
XYZ31.1935.179.42-
YUV153.9674.98142.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 60 (23.83% from 255) = 15.15%
R=43.94%
G=40.91%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741626000.070.660.3253.6848.7245.88
HexAEA23C07422036312e
Octal256242740710240666156
Binary101011101010001011110001111000010100000110110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA23C; }

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

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

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

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

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

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

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

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