Html Css Color HEX #AD9F43 Brass

📋 copy color: '#AD9F43'

red 173 ◦ green 159 ◦ blue 67

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

Shades of Brass #AD9F43

Tints of Brass #AD9F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.79%

R = 43.36%
G = 39.85%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD9F43 (or 0xAD9F43) is known color: Brass. HEX triplet: AD, 9F and 43. RGB value is (173,159,67). Sum of RGB (Red+Green+Blue) = 173+159+67=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F43 is #5260BC. Grayscale: #999999. Windows color (decimal): -5398717 or 4431789. OLE color: 4431789.

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

Color convert

RGB 173 159 67 -
CMYK 0 0.08 0.61 0.32
HSL 52.08º 0.44% 0.47% -
HSV(B) 52.08º 0.61% 0.68% -
XYZ 30.64 34.09 10.27 -
YUV 152.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 173 159 67 0 0.08 0.61 0.32 52.08 0.44 0.47
Hex AD 9F 43 0 8 3D 20 34 2C 2F
Octal 255 237 103 0 10 75 40 64 54 57
Binary 10101101 10011111 1000011 0 1000 111101 100000 110100 101100 101111

Color Harmonies of #AD9F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F43

Black with #AD9F43

Text Example


Text Example

White with #AD9F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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