Html Css Color HEX #AD9F45 Brass

📋 copy color: '#AD9F45'

red 173 ◦ green 159 ◦ blue 69

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

Shades of Brass #AD9F45

Tints of Brass #AD9F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 43.14%
G = 39.65%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD9F45 (or 0xAD9F45) is known color: Brass. HEX triplet: AD, 9F and 45. RGB value is (173,159,69). Sum of RGB (Red+Green+Blue) = 173+159+69=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F45 is #5260BA. Grayscale: #999999. Windows color (decimal): -5398715 or 4562861. OLE color: 4562861.

HSL color Cylindrical-coordinate representation of color #AD9F45: hue angle of 51.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD9F45 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 159 69 -
CMYK 0 0.08 0.60 0.32
HSL 51.92º 0.43% 0.47% -
HSV(B) 51.92º 0.6% 0.68% -
XYZ 30.71 34.11 10.6 -
YUV 152.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 173 159 69 0 0.08 0.60 0.32 51.92 0.43 0.47
Hex AD 9F 45 0 8 3C 20 34 2B 2F
Octal 255 237 105 0 10 74 40 64 53 57
Binary 10101101 10011111 1000101 0 1000 111100 100000 110100 101011 101111

Color Harmonies of #AD9F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F45

Black with #AD9F45

Text Example


Text Example

White with #AD9F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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