#AEA845

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

Shades of Brass #AEA845

Tints of Brass #AEA845

Color information

#AEA845 (or 0xAEA845) is unknown color: approx Brass. HEX triplet: AE, A8 and 45. RGB value is (174,168,69). Sum of RGB (Red+Green+Blue) = 174+168+69=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA845 is #5157BA. Grayscale: #9E9E9E. Windows color (decimal): -5330875 or 4565166. OLE color: 4565166.

HSL color Cylindrical-coordinate representation of color #AEA845: hue angle of 56.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEA845 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17416869-
CMYK00.030.600.32
HSL56.57º43.21%47.65%-
HSV(B)56.57º60.34%68.24%-
XYZ32.5337.4311.14-
YUV158.5177.49139.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=42.34%
G=40.88%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741686900.030.600.3256.5743.2147.65
HexAEA845033C20392b30
Octal256250105037440715360
Binary10101110101010001000101011111100100000111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA845; }

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

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

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

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

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

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

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

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