Html Css Color HEX #ADA347 Brass

📋 copy color: '#ADA347'

red 173 ◦ green 163 ◦ blue 71

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

Shades of Brass #ADA347

Tints of Brass #ADA347

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

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

R = 42.51%
G = 40.05%
B = 17.44%

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

#ADA347 (or 0xADA347) is known color: Brass. HEX triplet: AD, A3 and 47. RGB value is (173,163,71). Sum of RGB (Red+Green+Blue) = 173+163+71=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA347 is #525CB8. Grayscale: #9B9B9B. Windows color (decimal): -5397689 or 4694957. OLE color: 4694957.

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

Color convert

RGB 173 163 71 -
CMYK 0 0.06 0.59 0.32
HSL 54.12º 0.42% 0.48% -
HSV(B) 54.12º 0.59% 0.68% -
XYZ 31.47 35.53 11.16 -
YUV 155.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 173 163 71 0 0.06 0.59 0.32 54.12 0.42 0.48
Hex AD A3 47 0 6 3B 20 36 2A 30
Octal 255 243 107 0 6 73 40 66 52 60
Binary 10101101 10100011 1000111 0 110 111011 100000 110110 101010 110000

Color Harmonies of #ADA347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA347

Black with #ADA347

Text Example


Text Example

White with #ADA347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA347; }

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

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

background-color css

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

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

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

border-color css

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

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

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