#AAAA4B

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

Shades of Brass #AAAA4B

Tints of Brass #AAAA4B

Color information

#AAAA4B (or 0xAAAA4B) is unknown color: approx Brass. HEX triplet: AA, AA and 4B. RGB value is (170,170,75). Sum of RGB (Red+Green+Blue) = 170+170+75=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA4B is #5555B4. Grayscale: #9F9F9F. Windows color (decimal): -5592501 or 4958890. OLE color: 4958890.

HSL color Cylindrical-coordinate representation of color #AAAA4B: hue angle of 60º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAAA4B is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17017075-
CMYK000.560.33
HSL60º38.78%48.04%-
HSV(B)60º55.88%66.67%-
XYZ32.2237.812.26-
YUV159.1780.5135.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=40.96%
G=40.96%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017075000.560.336038.7848.04
HexAAAA4B0038213c2730
Octal252252113007041744760
Binary1010101010101010100101100111000100001111100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA4B; }

 p { color: rgb(170,170,75); }

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

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

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

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

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

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

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