#A7AD32

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

Shades of Brass #A7AD32

Tints of Brass #A7AD32

Color information

#A7AD32 (or 0xA7AD32) is unknown color: approx Brass. HEX triplet: A7, AD and 32. RGB value is (167,173,50). Sum of RGB (Red+Green+Blue) = 167+173+50=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AD32 is #5852CD. Grayscale: #9D9D9D. Windows color (decimal): -5788366 or 3321255. OLE color: 3321255.

HSL color Cylindrical-coordinate representation of color #A7AD32: hue angle of 62.93º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7AD32 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB16717350-
CMYK0.0300.710.32
HSL62.93º55.16%43.73%-
HSV(B)62.93º71.1%67.84%-
XYZ31.4638.338.76-
YUV157.1867.51135-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 173 (67.97% from 255) = 44.36%
BLUE value IS 50 (19.92% from 255) = 12.82%
R=42.82%
G=44.36%
B=12.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167173500.0300.710.3262.9355.1643.73
HexA7AD323047203f372c
Octal247255623010740776754
Binary10100111101011011100101101000111100000111111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD32; }

 p { color: rgb(167,173,50); }

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

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

 a { background-color: rgb(167,173,50); }

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

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

 span { border-color: rgb(167,173,50); }

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