Html Css Color HEX #ADA247 Brass

📋 copy color: '#ADA247'

red 173 ◦ green 162 ◦ blue 71

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

Shades of Brass #ADA247

Tints of Brass #ADA247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.9%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 42.61%
G = 39.9%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#ADA247 (or 0xADA247) is known color: Brass. HEX triplet: AD, A2 and 47. RGB value is (173,162,71). Sum of RGB (Red+Green+Blue) = 173+162+71=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA247 is #525DB8. Grayscale: #9B9B9B. Windows color (decimal): -5397945 or 4694701. OLE color: 4694701.

HSL color Cylindrical-coordinate representation of color #ADA247: hue angle of 53.53º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADA247 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 71 -
CMYK 0 0.06 0.59 0.32
HSL 53.53º 0.42% 0.48% -
HSV(B) 53.53º 0.59% 0.68% -
XYZ 31.29 35.18 11.1 -
YUV 154.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 173 162 71 0 0.06 0.59 0.32 53.53 0.42 0.48
Hex AD A2 47 0 6 3B 20 36 2A 30
Octal 255 242 107 0 6 73 40 66 52 60
Binary 10101101 10100010 1000111 0 110 111011 100000 110110 101010 110000

Color Harmonies of #ADA247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA247

Black with #ADA247

Text Example


Text Example

White with #ADA247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA247; }

 p { color: rgb(173,162,71); }

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

background-color css

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

 a { background-color: rgb(173,162,71); }

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

border-color css

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

 span { border-color: rgb(173,162,71); }

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