#AAA750

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

Shades of Brass #AAA750

Tints of Brass #AAA750

Color information

#AAA750 (or 0xAAA750) is unknown color: approx Brass. HEX triplet: AA, A7 and 50. RGB value is (170,167,80). Sum of RGB (Red+Green+Blue) = 170+167+80=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA750 is #5558AF. Grayscale: #9E9E9E. Windows color (decimal): -5593264 or 5285802. OLE color: 5285802.

HSL color Cylindrical-coordinate representation of color #AAA750: hue angle of 58º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAA750 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17016780-
CMYK00.020.530.33
HSL58º36%49.02%-
HSV(B)58º52.94%66.67%-
XYZ31.8436.7613.01-
YUV157.9883.99136.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 80 (31.64% from 255) = 19.18%
R=40.77%
G=40.05%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701678000.020.530.33583649.02
HexAAA7500235213a2431
Octal252247120026541724461
Binary10101010101001111010000010110101100001111010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA750; }

 p { color: rgb(170,167,80); }

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

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

 a { background-color: rgb(170,167,80); }

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

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

 span { border-color: rgb(170,167,80); }

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