#AEA333

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

Shades of Brass #AEA333

Tints of Brass #AEA333

Color information

#AEA333 (or 0xAEA333) is unknown color: approx Brass. HEX triplet: AE, A3 and 33. RGB value is (174,163,51). Sum of RGB (Red+Green+Blue) = 174+163+51=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA333 is #515CCC. Grayscale: #999999. Windows color (decimal): -5332173 or 3384238. OLE color: 3384238.

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

Color convert

RGB17416351-
CMYK00.060.710.32
HSL54.63º54.67%44.12%-
HSV(B)54.63º70.69%68.24%-
XYZ31.1535.438.33-
YUV153.5270.14142.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 51 (20.31% from 255) = 13.14%
R=44.85%
G=42.01%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741635100.060.710.3254.6354.6744.12
HexAEA33306472037372c
Octal256243630610740676754
Binary101011101010001111001101101000111100000110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA333; }

 p { color: rgb(174,163,51); }

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

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

 a { background-color: rgb(174,163,51); }

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

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

 span { border-color: rgb(174,163,51); }

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