Html Css Color HEX #AD9F41 Brass

📋 copy color: '#AD9F41'

red 173 ◦ green 159 ◦ blue 65

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

Shades of Brass #AD9F41

Tints of Brass #AD9F41

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 43.58%
G = 40.05%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD9F41 (or 0xAD9F41) is known color: Brass. HEX triplet: AD, 9F and 41. RGB value is (173,159,65). Sum of RGB (Red+Green+Blue) = 173+159+65=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F41 is #5260BE. Grayscale: #989898. Windows color (decimal): -5398719 or 4300717. OLE color: 4300717.

HSL color Cylindrical-coordinate representation of color #AD9F41: hue angle of 52.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD9F41 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 159 65 -
CMYK 0 0.08 0.62 0.32
HSL 52.22º 0.45% 0.47% -
HSV(B) 52.22º 0.62% 0.68% -
XYZ 30.59 34.06 9.96 -
YUV 152.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 173 159 65 0 0.08 0.62 0.32 52.22 0.45 0.47
Hex AD 9F 41 0 8 3E 20 34 2D 2F
Octal 255 237 101 0 10 76 40 64 55 57
Binary 10101101 10011111 1000001 0 1000 111110 100000 110100 101101 101111

Color Harmonies of #AD9F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F41

Black with #AD9F41

Text Example


Text Example

White with #AD9F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F41; }

 p { color: rgb(173,159,65); }

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

background-color css

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

 a { background-color: rgb(173,159,65); }

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

border-color css

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

 span { border-color: rgb(173,159,65); }

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