Html Css Color HEX #AD9B3F Brass

📋 copy color: '#AD9B3F'

red 173 ◦ green 155 ◦ blue 63

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

Shades of Brass #AD9B3F

Tints of Brass #AD9B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.64%

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

R = 44.25%
G = 39.64%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD9B3F (or 0xAD9B3F) is known color: Brass. HEX triplet: AD, 9B and 3F. RGB value is (173,155,63). Sum of RGB (Red+Green+Blue) = 173+155+63=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B3F is #5264C0. Grayscale: #969696. Windows color (decimal): -5399745 or 4168621. OLE color: 4168621.

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

Color convert

RGB 173 155 63 -
CMYK 0 0.10 0.64 0.32
HSL 50.18º 0.47% 0.46% -
HSV(B) 50.18º 0.64% 0.68% -
XYZ 29.85 32.69 9.44 -
YUV 149.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 173 155 63 0 0.10 0.64 0.32 50.18 0.47 0.46
Hex AD 9B 3F 0 A 40 20 32 2F 2E
Octal 255 233 77 0 12 100 40 62 57 56
Binary 10101101 10011011 111111 0 1010 1000000 100000 110010 101111 101110

Color Harmonies of #AD9B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B3F

Black with #AD9B3F

Text Example


Text Example

White with #AD9B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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