Html Css Color HEX #ADA246 Brass

📋 copy color: '#ADA246'

red 173 ◦ green 162 ◦ blue 70

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

Shades of Brass #ADA246

Tints of Brass #ADA246

RGB

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

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

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

R = 42.72%
G = 40%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADA246 (or 0xADA246) is known color: Brass. HEX triplet: AD, A2 and 46. RGB value is (173,162,70). Sum of RGB (Red+Green+Blue) = 173+162+70=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA246 is #525DB9. Grayscale: #9B9B9B. Windows color (decimal): -5397946 or 4629165. OLE color: 4629165.

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

Color convert

RGB 173 162 70 -
CMYK 0 0.06 0.60 0.32
HSL 53.59º 0.42% 0.48% -
HSV(B) 53.59º 0.6% 0.68% -
XYZ 31.26 35.17 10.93 -
YUV 154.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 173 162 70 0 0.06 0.60 0.32 53.59 0.42 0.48
Hex AD A2 46 0 6 3C 20 36 2A 30
Octal 255 242 106 0 6 74 40 66 52 60
Binary 10101101 10100010 1000110 0 110 111100 100000 110110 101010 110000

Color Harmonies of #ADA246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA246

Black with #ADA246

Text Example


Text Example

White with #ADA246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA246; }

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

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

background-color css

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

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

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

border-color css

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

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

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