#AAA840

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

Shades of Brass #AAA840

Tints of Brass #AAA840

Color information

#AAA840 (or 0xAAA840) is unknown color: approx Brass. HEX triplet: AA, A8 and 40. RGB value is (170,168,64). Sum of RGB (Red+Green+Blue) = 170+168+64=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA840 is #5557BF. Grayscale: #9D9D9D. Windows color (decimal): -5593024 or 4237482. OLE color: 4237482.

HSL color Cylindrical-coordinate representation of color #AAA840: hue angle of 58.87º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAA840 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17016864-
CMYK00.010.620.33
HSL58.87º45.3%45.88%-
HSV(B)58.87º62.35%66.67%-
XYZ31.5136.9210.32-
YUV156.7475.66137.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 168 (66.02% from 255) = 41.79%
BLUE value IS 64 (25.39% from 255) = 15.92%
R=42.29%
G=41.79%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701686400.010.620.3358.8745.345.88
HexAAA840013E213b2d2e
Octal252250100017641735556
Binary1010101010101000100000001111110100001111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA840; }

 p { color: rgb(170,168,64); }

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

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

 a { background-color: rgb(170,168,64); }

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

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

 span { border-color: rgb(170,168,64); }

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