Html Css Color HEX #ADA749 Brass

📋 copy color: '#ADA749'

red 173 ◦ green 167 ◦ blue 73

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

Shades of Brass #ADA749

Tints of Brass #ADA749

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.44%

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

R = 41.89%
G = 40.44%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#ADA749 (or 0xADA749) is known color: Brass. HEX triplet: AD, A7 and 49. RGB value is (173,167,73). Sum of RGB (Red+Green+Blue) = 173+167+73=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA749 is #5258B6. Grayscale: #9E9E9E. Windows color (decimal): -5396663 or 4827053. OLE color: 4827053.

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

Color convert

RGB 173 167 73 -
CMYK 0 0.03 0.58 0.32
HSL 56.4º 0.41% 0.48% -
HSV(B) 56.4º 0.58% 0.68% -
XYZ 32.25 37 11.75 -
YUV 158.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 173 167 73 0 0.03 0.58 0.32 56.4 0.41 0.48
Hex AD A7 49 0 3 3A 20 38 29 30
Octal 255 247 111 0 3 72 40 70 51 60
Binary 10101101 10100111 1001001 0 11 111010 100000 111000 101001 110000

Color Harmonies of #ADA749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA749

Black with #ADA749

Text Example


Text Example

White with #ADA749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA749; }

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

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

background-color css

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

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

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

border-color css

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

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

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