Html Css Color HEX #ADA049 Brass

📋 copy color: '#ADA049'

red 173 ◦ green 160 ◦ blue 73

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

Shades of Brass #ADA049

Tints of Brass #ADA049

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 73 (28.91% from 255) = 17.98%

R = 42.61%
G = 39.41%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#ADA049 (or 0xADA049) is known color: Brass. HEX triplet: AD, A0 and 49. RGB value is (173,160,73). Sum of RGB (Red+Green+Blue) = 173+160+73=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA049 is #525FB6. Grayscale: #9A9A9A. Windows color (decimal): -5398455 or 4825261. OLE color: 4825261.

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

Color convert

RGB 173 160 73 -
CMYK 0 0.08 0.58 0.32
HSL 52.2º 0.41% 0.48% -
HSV(B) 52.2º 0.58% 0.68% -
XYZ 31.01 34.51 11.33 -
YUV 153.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 173 160 73 0 0.08 0.58 0.32 52.2 0.41 0.48
Hex AD A0 49 0 8 3A 20 34 29 30
Octal 255 240 111 0 10 72 40 64 51 60
Binary 10101101 10100000 1001001 0 1000 111010 100000 110100 101001 110000

Color Harmonies of #ADA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA049

Black with #ADA049

Text Example


Text Example

White with #ADA049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA049; }

 p { color: rgb(173,160,73); }

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

background-color css

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

 a { background-color: rgb(173,160,73); }

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

border-color css

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

 span { border-color: rgb(173,160,73); }

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