Html Css Color HEX #AD9F47 Brass

📋 copy color: '#AD9F47'

red 173 ◦ green 159 ◦ blue 71

#AD9F47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #AD9F47

Tints of Brass #AD9F47

RGB

 RED value IS 173 (67.97% from 255) = 42.93%

 GREEN value IS 159 (62.5% from 255) = 39.45%

 BLUE value IS 71 (28.13% from 255) = 17.62%

R = 42.93%
G = 39.45%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD9F47 (or 0xAD9F47) is known color: Brass. HEX triplet: AD, 9F and 47. RGB value is (173,159,71). Sum of RGB (Red+Green+Blue) = 173+159+71=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F47 is #5260B8. Grayscale: #999999. Windows color (decimal): -5398713 or 4693933. OLE color: 4693933.

HSL color Cylindrical-coordinate representation of color #AD9F47: hue angle of 51.76º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD9F47 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 159 71 -
CMYK 0 0.08 0.59 0.32
HSL 51.76º 0.42% 0.48% -
HSV(B) 51.76º 0.59% 0.68% -
XYZ 30.77 34.14 10.93 -
YUV 153.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 173 159 71 0 0.08 0.59 0.32 51.76 0.42 0.48
Hex AD 9F 47 0 8 3B 20 34 2A 30
Octal 255 237 107 0 10 73 40 64 52 60
Binary 10101101 10011111 1000111 0 1000 111011 100000 110100 101010 110000

Color Harmonies of #AD9F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F47

Black with #AD9F47

Text Example


Text Example

White with #AD9F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F47; }

 p { color: rgb(173,159,71); }

 H1.HeaderClassName
 {
   color: #AD9F47;
 }
 .AnyTagClassName
 {
   color: #AD9F47;
 }
</style>

background-color css

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

 a { background-color: rgb(173,159,71); }

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

border-color css

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

 span { border-color: rgb(173,159,71); }

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