Html Css Color HEX #ADAA49 Brass

📋 copy color: '#ADAA49'

red 173 ◦ green 170 ◦ blue 73

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

Shades of Brass #ADAA49

Tints of Brass #ADAA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

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

R = 41.59%
G = 40.87%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#ADAA49 (or 0xADAA49) is known color: Brass. HEX triplet: AD, AA and 49. RGB value is (173,170,73). Sum of RGB (Red+Green+Blue) = 173+170+73=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA49 is #5255B6. Grayscale: #A0A0A0. Windows color (decimal): -5395895 or 4827821. OLE color: 4827821.

HSL color Cylindrical-coordinate representation of color #ADAA49: hue angle of 58.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 #ADAA49 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 73 -
CMYK 0 0.02 0.58 0.32
HSL 58.2º 0.41% 0.48% -
HSV(B) 58.2º 0.58% 0.68% -
XYZ 32.81 38.11 11.93 -
YUV 159.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 173 170 73 0 0.02 0.58 0.32 58.2 0.41 0.48
Hex AD AA 49 0 2 3A 20 3A 29 30
Octal 255 252 111 0 2 72 40 72 51 60
Binary 10101101 10101010 1001001 0 10 111010 100000 111010 101001 110000

Color Harmonies of #ADAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA49

Black with #ADAA49

Text Example


Text Example

White with #ADAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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