#AEA24A

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

Shades of Brass #AEA24A

Tints of Brass #AEA24A

Color information

#AEA24A (or 0xAEA24A) is unknown color: approx Brass. HEX triplet: AE, A2 and 4A. RGB value is (174,162,74). Sum of RGB (Red+Green+Blue) = 174+162+74=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA24A is #515DB5. Grayscale: #9B9B9B. Windows color (decimal): -5332406 or 4891310. OLE color: 4891310.

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

Color convert

RGB17416274-
CMYK00.070.570.32
HSL52.8º40.32%48.63%-
HSV(B)52.8º57.47%68.24%-
XYZ31.6135.3311.63-
YUV155.5681.98141.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=42.44%
G=39.51%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741627400.070.570.3252.840.3248.63
HexAEA24A073920352831
Octal256242112077140655061
Binary101011101010001010010100111111001100000110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA24A; }

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

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

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

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

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

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

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

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