Html Css Color HEX #ADA646 Brass

📋 copy color: '#ADA646'

red 173 ◦ green 166 ◦ blue 70

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

Shades of Brass #ADA646

Tints of Brass #ADA646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.11%

R = 42.3%
G = 40.59%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADA646 (or 0xADA646) is known color: Brass. HEX triplet: AD, A6 and 46. RGB value is (173,166,70). Sum of RGB (Red+Green+Blue) = 173+166+70=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA646 is #5259B9. Grayscale: #9D9D9D. Windows color (decimal): -5396922 or 4630189. OLE color: 4630189.

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

Color convert

RGB 173 166 70 -
CMYK 0 0.04 0.60 0.32
HSL 55.92º 0.42% 0.48% -
HSV(B) 55.92º 0.6% 0.68% -
XYZ 31.98 36.6 11.17 -
YUV 157.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 173 166 70 0 0.04 0.60 0.32 55.92 0.42 0.48
Hex AD A6 46 0 4 3C 20 38 2A 30
Octal 255 246 106 0 4 74 40 70 52 60
Binary 10101101 10100110 1000110 0 100 111100 100000 111000 101010 110000

Color Harmonies of #ADA646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA646

Black with #ADA646

Text Example


Text Example

White with #ADA646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA646; }

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

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

background-color css

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

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

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

border-color css

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

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

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