Html Css Color HEX #ADAD47 Brass

📋 copy color: '#ADAD47'

red 173 ◦ green 173 ◦ blue 71

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

Shades of Brass #ADAD47

Tints of Brass #ADAD47

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.49%

 BLUE value IS 71 (28.13% from 255) = 17.03%

R = 41.49%
G = 41.49%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#ADAD47 (or 0xADAD47) is known color: Brass. HEX triplet: AD, AD and 47. RGB value is (173,173,71). Sum of RGB (Red+Green+Blue) = 173+173+71=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD47 is #5252B8. Grayscale: #A1A1A1. Windows color (decimal): -5395129 or 4697517. OLE color: 4697517.

HSL color Cylindrical-coordinate representation of color #ADAD47: hue angle of 60º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADAD47 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 71 -
CMYK 0 0 0.59 0.32
HSL 60º 0.42% 0.48% -
HSV(B) 60º 0.59% 0.68% -
XYZ 33.31 39.23 11.78 -
YUV 161.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 173 173 71 0 0 0.59 0.32 60 0.42 0.48
Hex AD AD 47 0 0 3B 20 3C 2A 30
Octal 255 255 107 0 0 73 40 74 52 60
Binary 10101101 10101101 1000111 0 0 111011 100000 111100 101010 110000

Color Harmonies of #ADAD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD47

Black with #ADAD47

Text Example


Text Example

White with #ADAD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD47; }

 p { color: rgb(173,173,71); }

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

background-color css

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

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

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

border-color css

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

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

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