Html Css Color HEX #AD9F40 Brass

📋 copy color: '#AD9F40'

red 173 ◦ green 159 ◦ blue 64

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

Shades of Brass #AD9F40

Tints of Brass #AD9F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 43.69%
G = 40.15%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD9F40 (or 0xAD9F40) is known color: Brass. HEX triplet: AD, 9F and 40. RGB value is (173,159,64). Sum of RGB (Red+Green+Blue) = 173+159+64=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F40 is #5260BF. Grayscale: #989898. Windows color (decimal): -5398720 or 4235181. OLE color: 4235181.

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

Color convert

RGB 173 159 64 -
CMYK 0 0.08 0.63 0.32
HSL 52.29º 0.46% 0.46% -
HSV(B) 52.29º 0.63% 0.68% -
XYZ 30.56 34.05 9.81 -
YUV 152.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 173 159 64 0 0.08 0.63 0.32 52.29 0.46 0.46
Hex AD 9F 40 0 8 3F 20 34 2E 2E
Octal 255 237 100 0 10 77 40 64 56 56
Binary 10101101 10011111 1000000 0 1000 111111 100000 110100 101110 101110

Color Harmonies of #AD9F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F40

Black with #AD9F40

Text Example


Text Example

White with #AD9F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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