Html Css Color HEX #AD9D34 Brass

📋 copy color: '#AD9D34'

red 173 ◦ green 157 ◦ blue 52

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

Shades of Brass #AD9D34

Tints of Brass #AD9D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.61%

R = 45.29%
G = 41.1%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD9D34 (or 0xAD9D34) is known color: Brass. HEX triplet: AD, 9D and 34. RGB value is (173,157,52). Sum of RGB (Red+Green+Blue) = 173+157+52=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D34 is #5262CB. Grayscale: #969696. Windows color (decimal): -5399244 or 3448237. OLE color: 3448237.

HSL color Cylindrical-coordinate representation of color #AD9D34: hue angle of 52.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD9D34 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 157 52 -
CMYK 0 0.09 0.70 0.32
HSL 52.07º 0.54% 0.44% -
HSV(B) 52.07º 0.7% 0.68% -
XYZ 29.91 33.25 8.09 -
YUV 149.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 173 157 52 0 0.09 0.70 0.32 52.07 0.54 0.44
Hex AD 9D 34 0 9 46 20 34 36 2C
Octal 255 235 64 0 11 106 40 64 66 54
Binary 10101101 10011101 110100 0 1001 1000110 100000 110100 110110 101100

Color Harmonies of #AD9D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D34

Black with #AD9D34

Text Example


Text Example

White with #AD9D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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