Html Css Color HEX #ADAC49 Brass

📋 copy color: '#ADAC49'

red 173 ◦ green 172 ◦ blue 73

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

Shades of Brass #ADAC49

Tints of Brass #ADAC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

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

R = 41.39%
G = 41.15%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#ADAC49 (or 0xADAC49) is known color: Brass. HEX triplet: AD, AC and 49. RGB value is (173,172,73). Sum of RGB (Red+Green+Blue) = 173+172+73=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC49 is #5253B6. Grayscale: #A1A1A1. Windows color (decimal): -5395383 or 4828333. OLE color: 4828333.

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

Color convert

RGB 173 172 73 -
CMYK 0 0.01 0.58 0.32
HSL 59.4º 0.41% 0.48% -
HSV(B) 59.4º 0.58% 0.68% -
XYZ 33.19 38.87 12.06 -
YUV 161.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 173 172 73 0 0.01 0.58 0.32 59.4 0.41 0.48
Hex AD AC 49 0 1 3A 20 3B 29 30
Octal 255 254 111 0 1 72 40 73 51 60
Binary 10101101 10101100 1001001 0 1 111010 100000 111011 101001 110000

Color Harmonies of #ADAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC49

Black with #ADAC49

Text Example


Text Example

White with #ADAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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