Html Css Color HEX #ADAA3C Brass

📋 copy color: '#ADAA3C'

red 173 ◦ green 170 ◦ blue 60

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

Shades of Brass #ADAA3C

Tints of Brass #ADAA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.18%

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

R = 42.93%
G = 42.18%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#ADAA3C (or 0xADAA3C) is known color: Brass. HEX triplet: AD, AA and 3C. RGB value is (173,170,60). Sum of RGB (Red+Green+Blue) = 173+170+60=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA3C is #5255C3. Grayscale: #9E9E9E. Windows color (decimal): -5395908 or 3975853. OLE color: 3975853.

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

Color convert

RGB 173 170 60 -
CMYK 0 0.02 0.65 0.32
HSL 58.41º 0.48% 0.46% -
HSV(B) 58.41º 0.65% 0.68% -
XYZ 32.42 37.96 9.89 -
YUV 158.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 173 170 60 0 0.02 0.65 0.32 58.41 0.48 0.46
Hex AD AA 3C 0 2 41 20 3A 30 2E
Octal 255 252 74 0 2 101 40 72 60 56
Binary 10101101 10101010 111100 0 10 1000001 100000 111010 110000 101110

Color Harmonies of #ADAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA3C

Black with #ADAA3C

Text Example


Text Example

White with #ADAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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