Html Css Color HEX #AD9C3F Brass

📋 copy color: '#AD9C3F'

red 173 ◦ green 156 ◦ blue 63

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

Shades of Brass #AD9C3F

Tints of Brass #AD9C3F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

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

R = 44.13%
G = 39.8%
B = 16.07%

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

#AD9C3F (or 0xAD9C3F) is known color: Brass. HEX triplet: AD, 9C and 3F. RGB value is (173,156,63). Sum of RGB (Red+Green+Blue) = 173+156+63=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C3F is #5263C0. Grayscale: #969696. Windows color (decimal): -5399489 or 4168877. OLE color: 4168877.

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

Color convert

RGB 173 156 63 -
CMYK 0 0.10 0.64 0.32
HSL 50.73º 0.47% 0.46% -
HSV(B) 50.73º 0.64% 0.68% -
XYZ 30.02 33.02 9.49 -
YUV 150.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 173 156 63 0 0.10 0.64 0.32 50.73 0.47 0.46
Hex AD 9C 3F 0 A 40 20 33 2F 2E
Octal 255 234 77 0 12 100 40 63 57 56
Binary 10101101 10011100 111111 0 1010 1000000 100000 110011 101111 101110

Color Harmonies of #AD9C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C3F

Black with #AD9C3F

Text Example


Text Example

White with #AD9C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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