#AEA543

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

Shades of Brass #AEA543

Tints of Brass #AEA543

Color information

#AEA543 (or 0xAEA543) is unknown color: approx Brass. HEX triplet: AE, A5 and 43. RGB value is (174,165,67). Sum of RGB (Red+Green+Blue) = 174+165+67=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA543 is #515ABC. Grayscale: #9C9C9C. Windows color (decimal): -5331645 or 4433326. OLE color: 4433326.

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

Color convert

RGB17416567-
CMYK00.050.610.32
HSL54.95º44.4%47.25%-
HSV(B)54.95º61.49%68.24%-
XYZ31.9236.3110.64-
YUV156.5277.48140.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 67 (26.56% from 255) = 16.50%
R=42.86%
G=40.64%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741656700.050.610.3254.9544.447.25
HexAEA543053D20372c2f
Octal256245103057540675457
Binary101011101010010110000110101111101100000110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA543; }

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

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

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

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

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

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

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

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