Html Css Color HEX #ADA647 Brass

📋 copy color: '#ADA647'

red 173 ◦ green 166 ◦ blue 71

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

Shades of Brass #ADA647

Tints of Brass #ADA647

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.49%

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

R = 42.2%
G = 40.49%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#ADA647 (or 0xADA647) is known color: Brass. HEX triplet: AD, A6 and 47. RGB value is (173,166,71). Sum of RGB (Red+Green+Blue) = 173+166+71=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA647 is #5259B8. Grayscale: #9D9D9D. Windows color (decimal): -5396921 or 4695725. OLE color: 4695725.

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

Color convert

RGB 173 166 71 -
CMYK 0 0.04 0.59 0.32
HSL 55.88º 0.42% 0.48% -
HSV(B) 55.88º 0.59% 0.68% -
XYZ 32.01 36.61 11.34 -
YUV 157.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 173 166 71 0 0.04 0.59 0.32 55.88 0.42 0.48
Hex AD A6 47 0 4 3B 20 38 2A 30
Octal 255 246 107 0 4 73 40 70 52 60
Binary 10101101 10100110 1000111 0 100 111011 100000 111000 101010 110000

Color Harmonies of #ADA647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA647

Black with #ADA647

Text Example


Text Example

White with #ADA647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA647; }

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

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

background-color css

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

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

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

border-color css

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

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

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