Html Css Color HEX #ADA048 Brass

📋 copy color: '#ADA048'

red 173 ◦ green 160 ◦ blue 72

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

Shades of Brass #ADA048

Tints of Brass #ADA048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 42.72%
G = 39.51%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#ADA048 (or 0xADA048) is known color: Brass. HEX triplet: AD, A0 and 48. RGB value is (173,160,72). Sum of RGB (Red+Green+Blue) = 173+160+72=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA048 is #525FB7. Grayscale: #9A9A9A. Windows color (decimal): -5398456 or 4759725. OLE color: 4759725.

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

Color convert

RGB 173 160 72 -
CMYK 0 0.08 0.58 0.32
HSL 52.28º 0.41% 0.48% -
HSV(B) 52.28º 0.58% 0.68% -
XYZ 30.97 34.49 11.16 -
YUV 153.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 173 160 72 0 0.08 0.58 0.32 52.28 0.41 0.48
Hex AD A0 48 0 8 3A 20 34 29 30
Octal 255 240 110 0 10 72 40 64 51 60
Binary 10101101 10100000 1001000 0 1000 111010 100000 110100 101001 110000

Color Harmonies of #ADA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA048

Black with #ADA048

Text Example


Text Example

White with #ADA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA048; }

 p { color: rgb(173,160,72); }

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

background-color css

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

 a { background-color: rgb(173,160,72); }

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

border-color css

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

 span { border-color: rgb(173,160,72); }

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