#AEA343

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

Shades of Brass #AEA343

Tints of Brass #AEA343

Color information

#AEA343 (or 0xAEA343) is unknown color: approx Brass. HEX triplet: AE, A3 and 43. RGB value is (174,163,67). Sum of RGB (Red+Green+Blue) = 174+163+67=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA343 is #515CBC. Grayscale: #9B9B9B. Windows color (decimal): -5332157 or 4432814. OLE color: 4432814.

HSL color Cylindrical-coordinate representation of color #AEA343: hue angle of 53.83º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEA343 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17416367-
CMYK00.060.610.32
HSL53.83º44.4%47.25%-
HSV(B)53.83º61.49%68.24%-
XYZ31.5735.610.52-
YUV155.3478.14141.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 163 (64.06% from 255) = 40.35%
BLUE value IS 67 (26.56% from 255) = 16.58%
R=43.07%
G=40.35%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741636700.060.610.3253.8344.447.25
HexAEA343063D20362c2f
Octal256243103067540665457
Binary101011101010001110000110110111101100000110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA343; }

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

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

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

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

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

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

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

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