Html Css Color HEX #ADAC39 Brass

📋 copy color: '#ADAC39'

red 173 ◦ green 172 ◦ blue 57

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

Shades of Brass #ADAC39

Tints of Brass #ADAC39

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.79%

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

R = 43.03%
G = 42.79%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#ADAC39 (or 0xADAC39) is known color: Brass. HEX triplet: AD, AC and 39. RGB value is (173,172,57). Sum of RGB (Red+Green+Blue) = 173+172+57=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC39 is #5253C6. Grayscale: #9F9F9F. Windows color (decimal): -5395399 or 3779757. OLE color: 3779757.

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

Color convert

RGB 173 172 57 -
CMYK 0 0.01 0.67 0.32
HSL 59.48º 0.5% 0.45% -
HSV(B) 59.48º 0.67% 0.68% -
XYZ 32.72 38.68 9.61 -
YUV 159.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 173 172 57 0 0.01 0.67 0.32 59.48 0.5 0.45
Hex AD AC 39 0 1 43 20 3B 32 2D
Octal 255 254 71 0 1 103 40 73 62 55
Binary 10101101 10101100 111001 0 1 1000011 100000 111011 110010 101101

Color Harmonies of #ADAC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC39

Black with #ADAC39

Text Example


Text Example

White with #ADAC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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