Html Css Color HEX #ADAD3C Brass

📋 copy color: '#ADAD3C'

red 173 ◦ green 173 ◦ blue 60

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

Shades of Brass #ADAD3C

Tints of Brass #ADAD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 42.61%
G = 42.61%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#ADAD3C (or 0xADAD3C) is known color: Brass. HEX triplet: AD, AD and 3C. RGB value is (173,173,60). Sum of RGB (Red+Green+Blue) = 173+173+60=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD3C is #5252C3. Grayscale: #A0A0A0. Windows color (decimal): -5395140 or 3976621. OLE color: 3976621.

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

Color convert

RGB 173 173 60 -
CMYK 0 0 0.65 0.32
HSL 60º 0.48% 0.46% -
HSV(B) 60º 0.65% 0.68% -
XYZ 32.99 39.1 10.08 -
YUV 160.12 71.5 137.19 -
System Red Green Blue C M Y K H S L
Decimal 173 173 60 0 0 0.65 0.32 60 0.48 0.46
Hex AD AD 3C 0 0 41 20 3C 30 2E
Octal 255 255 74 0 0 101 40 74 60 56
Binary 10101101 10101101 111100 0 0 1000001 100000 111100 110000 101110

Color Harmonies of #ADAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD3C

Black with #ADAD3C

Text Example


Text Example

White with #ADAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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