Html Css Color HEX #AD9D3C Brass

📋 copy color: '#AD9D3C'

red 173 ◦ green 157 ◦ blue 60

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

Shades of Brass #AD9D3C

Tints of Brass #AD9D3C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.26%

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

R = 44.36%
G = 40.26%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD9D3C (or 0xAD9D3C) is known color: Brass. HEX triplet: AD, 9D and 3C. RGB value is (173,157,60). Sum of RGB (Red+Green+Blue) = 173+157+60=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D3C is #5262C3. Grayscale: #979797. Windows color (decimal): -5399236 or 3972525. OLE color: 3972525.

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

Color convert

RGB 173 157 60 -
CMYK 0 0.09 0.65 0.32
HSL 51.5º 0.48% 0.46% -
HSV(B) 51.5º 0.65% 0.68% -
XYZ 30.11 33.32 9.12 -
YUV 150.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 173 157 60 0 0.09 0.65 0.32 51.5 0.48 0.46
Hex AD 9D 3C 0 9 41 20 34 30 2E
Octal 255 235 74 0 11 101 40 64 60 56
Binary 10101101 10011101 111100 0 1001 1000001 100000 110100 110000 101110

Color Harmonies of #AD9D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D3C

Black with #AD9D3C

Text Example


Text Example

White with #AD9D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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