Html Css Color HEX #ADA548 Brass

📋 copy color: '#ADA548'

red 173 ◦ green 165 ◦ blue 72

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

Shades of Brass #ADA548

Tints of Brass #ADA548

RGB

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

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

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

R = 42.2%
G = 40.24%
B = 17.56%

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

#ADA548 (or 0xADA548) is known color: Brass. HEX triplet: AD, A5 and 48. RGB value is (173,165,72). Sum of RGB (Red+Green+Blue) = 173+165+72=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA548 is #525AB7. Grayscale: #9D9D9D. Windows color (decimal): -5397176 or 4761005. OLE color: 4761005.

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

Color convert

RGB 173 165 72 -
CMYK 0 0.05 0.58 0.32
HSL 55.25º 0.41% 0.48% -
HSV(B) 55.25º 0.58% 0.68% -
XYZ 31.86 36.26 11.45 -
YUV 156.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 173 165 72 0 0.05 0.58 0.32 55.25 0.41 0.48
Hex AD A5 48 0 5 3A 20 37 29 30
Octal 255 245 110 0 5 72 40 67 51 60
Binary 10101101 10100101 1001000 0 101 111010 100000 110111 101001 110000

Color Harmonies of #ADA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA548

Black with #ADA548

Text Example


Text Example

White with #ADA548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA548; }

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

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

background-color css

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

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

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

border-color css

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

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

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