#A7AA39

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

Shades of Brass #A7AA39

Tints of Brass #A7AA39

Color information

#A7AA39 (or 0xA7AA39) is unknown color: approx Brass. HEX triplet: A7, AA and 39. RGB value is (167,170,57). Sum of RGB (Red+Green+Blue) = 167+170+57=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AA39 is #5855C6. Grayscale: #9C9C9C. Windows color (decimal): -5789127 or 3779239. OLE color: 3779239.

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

Color convert

RGB16717057-
CMYK0.0200.660.33
HSL61.59º49.78%44.51%-
HSV(B)61.59º66.47%66.67%-
XYZ31.0537.269.43-
YUV156.2272.01135.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 57 (22.66% from 255) = 14.47%
R=42.39%
G=43.15%
B=14.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170570.0200.660.3361.5949.7844.51
HexA7AA392042213e322d
Octal247252712010241766255
Binary10100111101010101110011001000010100001111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA39; }

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

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

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

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

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

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

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

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