Html Css Color HEX #AD9F3F Brass

📋 copy color: '#AD9F3F'

red 173 ◦ green 159 ◦ blue 63

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

Shades of Brass #AD9F3F

Tints of Brass #AD9F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.95%

R = 43.8%
G = 40.25%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD9F3F (or 0xAD9F3F) is known color: Brass. HEX triplet: AD, 9F and 3F. RGB value is (173,159,63). Sum of RGB (Red+Green+Blue) = 173+159+63=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F3F is #5260C0. Grayscale: #989898. Windows color (decimal): -5398721 or 4169645. OLE color: 4169645.

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

Color convert

RGB 173 159 63 -
CMYK 0 0.08 0.64 0.32
HSL 52.36º 0.47% 0.46% -
HSV(B) 52.36º 0.64% 0.68% -
XYZ 30.53 34.04 9.66 -
YUV 152.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 173 159 63 0 0.08 0.64 0.32 52.36 0.47 0.46
Hex AD 9F 3F 0 8 40 20 34 2F 2E
Octal 255 237 77 0 10 100 40 64 57 56
Binary 10101101 10011111 111111 0 1000 1000000 100000 110100 101111 101110

Color Harmonies of #AD9F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F3F

Black with #AD9F3F

Text Example


Text Example

White with #AD9F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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