Html Css Color HEX #ADAD39 Brass

📋 copy color: '#ADAD39'

red 173 ◦ green 173 ◦ blue 57

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

Shades of Brass #ADAD39

Tints of Brass #ADAD39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.14%

R = 42.93%
G = 42.93%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#ADAD39 (or 0xADAD39) is known color: Brass. HEX triplet: AD, AD and 39. RGB value is (173,173,57). Sum of RGB (Red+Green+Blue) = 173+173+57=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD39 is #5252C6. Grayscale: #A0A0A0. Windows color (decimal): -5395143 or 3780013. OLE color: 3780013.

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

Color convert

RGB 173 173 57 -
CMYK 0 0 0.67 0.32
HSL 60º 0.5% 0.45% -
HSV(B) 60º 0.67% 0.68% -
XYZ 32.92 39.07 9.68 -
YUV 159.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 173 173 57 0 0 0.67 0.32 60 0.5 0.45
Hex AD AD 39 0 0 43 20 3C 32 2D
Octal 255 255 71 0 0 103 40 74 62 55
Binary 10101101 10101101 111001 0 0 1000011 100000 111100 110010 101101

Color Harmonies of #ADAD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD39

Black with #ADAD39

Text Example


Text Example

White with #ADAD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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