Html Css Color HEX #AD9C3C Brass

📋 copy color: '#AD9C3C'

red 173 ◦ green 156 ◦ blue 60

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

Shades of Brass #AD9C3C

Tints of Brass #AD9C3C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.1%

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

R = 44.47%
G = 40.1%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD9C3C (or 0xAD9C3C) is known color: Brass. HEX triplet: AD, 9C and 3C. RGB value is (173,156,60). Sum of RGB (Red+Green+Blue) = 173+156+60=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C3C is #5263C3. Grayscale: #969696. Windows color (decimal): -5399492 or 3972269. OLE color: 3972269.

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

Color convert

RGB 173 156 60 -
CMYK 0 0.10 0.65 0.32
HSL 50.97º 0.48% 0.46% -
HSV(B) 50.97º 0.65% 0.68% -
XYZ 29.94 32.99 9.06 -
YUV 150.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 173 156 60 0 0.10 0.65 0.32 50.97 0.48 0.46
Hex AD 9C 3C 0 A 41 20 33 30 2E
Octal 255 234 74 0 12 101 40 63 60 56
Binary 10101101 10011100 111100 0 1010 1000001 100000 110011 110000 101110

Color Harmonies of #AD9C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C3C

Black with #AD9C3C

Text Example


Text Example

White with #AD9C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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