Html Css Color HEX #ADA249 Brass

📋 copy color: '#ADA249'

red 173 ◦ green 162 ◦ blue 73

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

Shades of Brass #ADA249

Tints of Brass #ADA249

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

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

R = 42.4%
G = 39.71%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#ADA249 (or 0xADA249) is known color: Brass. HEX triplet: AD, A2 and 49. RGB value is (173,162,73). Sum of RGB (Red+Green+Blue) = 173+162+73=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA249 is #525DB6. Grayscale: #9B9B9B. Windows color (decimal): -5397943 or 4825773. OLE color: 4825773.

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

Color convert

RGB 173 162 73 -
CMYK 0 0.06 0.58 0.32
HSL 53.4º 0.41% 0.48% -
HSV(B) 53.4º 0.58% 0.68% -
XYZ 31.36 35.21 11.45 -
YUV 155.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 173 162 73 0 0.06 0.58 0.32 53.4 0.41 0.48
Hex AD A2 49 0 6 3A 20 35 29 30
Octal 255 242 111 0 6 72 40 65 51 60
Binary 10101101 10100010 1001001 0 110 111010 100000 110101 101001 110000

Color Harmonies of #ADA249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA249

Black with #ADA249

Text Example


Text Example

White with #ADA249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA249; }

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

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

background-color css

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

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

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

border-color css

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

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

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