#AEA651

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

Shades of Brass #AEA651

Tints of Brass #AEA651

Color information

#AEA651 (or 0xAEA651) is unknown color: approx Brass. HEX triplet: AE, A6 and 51. RGB value is (174,166,81). Sum of RGB (Red+Green+Blue) = 174+166+81=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA651 is #5159AE. Grayscale: #9F9F9F. Windows color (decimal): -5331375 or 5351086. OLE color: 5351086.

HSL color Cylindrical-coordinate representation of color #AEA651: hue angle of 54.84º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEA651 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB17416681-
CMYK00.050.530.32
HSL54.84º36.47%50%-
HSV(B)54.84º53.45%68.24%-
XYZ32.5836.8713.18-
YUV158.784.15138.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 81 (32.03% from 255) = 19.24%
R=41.33%
G=39.43%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741668100.050.530.3254.8436.4750
HexAEA651053520372432
Octal256246121056540674462
Binary101011101010011010100010101110101100000110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA651; }

 p { color: rgb(174,166,81); }

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

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

 a { background-color: rgb(174,166,81); }

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

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

 span { border-color: rgb(174,166,81); }

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