Html Css Color HEX #ADA149 Brass

📋 copy color: '#ADA149'

red 173 ◦ green 161 ◦ blue 73

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

Shades of Brass #ADA149

Tints of Brass #ADA149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

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

R = 42.51%
G = 39.56%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#ADA149 (or 0xADA149) is known color: Brass. HEX triplet: AD, A1 and 49. RGB value is (173,161,73). Sum of RGB (Red+Green+Blue) = 173+161+73=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA149 is #525EB6. Grayscale: #9A9A9A. Windows color (decimal): -5398199 or 4825517. OLE color: 4825517.

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

Color convert

RGB 173 161 73 -
CMYK 0 0.07 0.58 0.32
HSL 52.8º 0.41% 0.48% -
HSV(B) 52.8º 0.58% 0.68% -
XYZ 31.18 34.86 11.39 -
YUV 154.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 173 161 73 0 0.07 0.58 0.32 52.8 0.41 0.48
Hex AD A1 49 0 7 3A 20 35 29 30
Octal 255 241 111 0 7 72 40 65 51 60
Binary 10101101 10100001 1001001 0 111 111010 100000 110101 101001 110000

Color Harmonies of #ADA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA149

Black with #ADA149

Text Example


Text Example

White with #ADA149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA149; }

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

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

background-color css

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

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

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

border-color css

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

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

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