Html Css Color HEX #AD9D3E Brass

📋 copy color: '#AD9D3E'

red 173 ◦ green 157 ◦ blue 62

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

Shades of Brass #AD9D3E

Tints of Brass #AD9D3E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

 BLUE value IS 62 (24.61% from 255) = 15.82%

R = 44.13%
G = 40.05%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD9D3E (or 0xAD9D3E) is known color: Brass. HEX triplet: AD, 9D and 3E. RGB value is (173,157,62). Sum of RGB (Red+Green+Blue) = 173+157+62=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D3E is #5262C1. Grayscale: #979797. Windows color (decimal): -5399234 or 4103597. OLE color: 4103597.

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

Color convert

RGB 173 157 62 -
CMYK 0 0.09 0.64 0.32
HSL 51.35º 0.47% 0.46% -
HSV(B) 51.35º 0.64% 0.68% -
XYZ 30.16 33.35 9.4 -
YUV 150.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 173 157 62 0 0.09 0.64 0.32 51.35 0.47 0.46
Hex AD 9D 3E 0 9 40 20 33 2F 2E
Octal 255 235 76 0 11 100 40 63 57 56
Binary 10101101 10011101 111110 0 1001 1000000 100000 110011 101111 101110

Color Harmonies of #AD9D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D3E

Black with #AD9D3E

Text Example


Text Example

White with #AD9D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D3E; }

 p { color: rgb(173,157,62); }

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

background-color css

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

 a { background-color: rgb(173,157,62); }

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

border-color css

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

 span { border-color: rgb(173,157,62); }

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