Html Css Color HEX #ADA549 Brass

📋 copy color: '#ADA549'

red 173 ◦ green 165 ◦ blue 73

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

Shades of Brass #ADA549

Tints of Brass #ADA549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

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

R = 42.09%
G = 40.15%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#ADA549 (or 0xADA549) is known color: Brass. HEX triplet: AD, A5 and 49. RGB value is (173,165,73). Sum of RGB (Red+Green+Blue) = 173+165+73=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA549 is #525AB6. Grayscale: #9D9D9D. Windows color (decimal): -5397175 or 4826541. OLE color: 4826541.

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

Color convert

RGB 173 165 73 -
CMYK 0 0.05 0.58 0.32
HSL 55.2º 0.41% 0.48% -
HSV(B) 55.2º 0.58% 0.68% -
XYZ 31.89 36.28 11.62 -
YUV 156.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 173 165 73 0 0.05 0.58 0.32 55.2 0.41 0.48
Hex AD A5 49 0 5 3A 20 37 29 30
Octal 255 245 111 0 5 72 40 67 51 60
Binary 10101101 10100101 1001001 0 101 111010 100000 110111 101001 110000

Color Harmonies of #ADA549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA549

Black with #ADA549

Text Example


Text Example

White with #ADA549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA549; }

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

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

background-color css

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

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

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

border-color css

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

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

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