#AEA833

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

Shades of Brass #AEA833

Tints of Brass #AEA833

Color information

#AEA833 (or 0xAEA833) is unknown color: approx Brass. HEX triplet: AE, A8 and 33. RGB value is (174,168,51). Sum of RGB (Red+Green+Blue) = 174+168+51=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA833 is #5157CC. Grayscale: #9C9C9C. Windows color (decimal): -5330893 or 3385518. OLE color: 3385518.

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

Color convert

RGB17416851-
CMYK00.030.710.32
HSL57.07º54.67%44.12%-
HSV(B)57.07º70.69%68.24%-
XYZ32.0637.248.63-
YUV156.4668.49140.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 168 (66.02% from 255) = 42.75%
BLUE value IS 51 (20.31% from 255) = 12.98%
R=44.27%
G=42.75%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741685100.030.710.3257.0754.6744.12
HexAEA83303472039372c
Octal256250630310740716754
Binary10101110101010001100110111000111100000111001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA833; }

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

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

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

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

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

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

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

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