Html Css Color HEX #ADA046 Brass

📋 copy color: '#ADA046'

red 173 ◦ green 160 ◦ blue 70

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

Shades of Brass #ADA046

Tints of Brass #ADA046

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.7%

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

R = 42.93%
G = 39.7%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADA046 (or 0xADA046) is known color: Brass. HEX triplet: AD, A0 and 46. RGB value is (173,160,70). Sum of RGB (Red+Green+Blue) = 173+160+70=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA046 is #525FB9. Grayscale: #999999. Windows color (decimal): -5398458 or 4628653. OLE color: 4628653.

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

Color convert

RGB 173 160 70 -
CMYK 0 0.08 0.60 0.32
HSL 52.43º 0.42% 0.48% -
HSV(B) 52.43º 0.6% 0.68% -
XYZ 30.91 34.47 10.82 -
YUV 153.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 173 160 70 0 0.08 0.60 0.32 52.43 0.42 0.48
Hex AD A0 46 0 8 3C 20 34 2A 30
Octal 255 240 106 0 10 74 40 64 52 60
Binary 10101101 10100000 1000110 0 1000 111100 100000 110100 101010 110000

Color Harmonies of #ADA046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA046

Black with #ADA046

Text Example


Text Example

White with #ADA046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA046; }

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

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

background-color css

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

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

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

border-color css

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

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

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