Html Css Color HEX #AD9F3A Brass

📋 copy color: '#AD9F3A'

red 173 ◦ green 159 ◦ blue 58

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

Shades of Brass #AD9F3A

Tints of Brass #AD9F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.87%

R = 44.36%
G = 40.77%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD9F3A (or 0xAD9F3A) is known color: Brass. HEX triplet: AD, 9F and 3A. RGB value is (173,159,58). Sum of RGB (Red+Green+Blue) = 173+159+58=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F3A is #5260C5. Grayscale: #989898. Windows color (decimal): -5398726 or 3841965. OLE color: 3841965.

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

Color convert

RGB 173 159 58 -
CMYK 0 0.08 0.66 0.32
HSL 52.7º 0.5% 0.45% -
HSV(B) 52.7º 0.66% 0.68% -
XYZ 30.4 33.99 8.96 -
YUV 151.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 173 159 58 0 0.08 0.66 0.32 52.7 0.5 0.45
Hex AD 9F 3A 0 8 42 20 35 32 2D
Octal 255 237 72 0 10 102 40 65 62 55
Binary 10101101 10011111 111010 0 1000 1000010 100000 110101 110010 101101

Color Harmonies of #AD9F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F3A

Black with #AD9F3A

Text Example


Text Example

White with #AD9F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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