Html Css Color HEX #ADA546 Brass

📋 copy color: '#ADA546'

red 173 ◦ green 165 ◦ blue 70

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

Shades of Brass #ADA546

Tints of Brass #ADA546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 42.4%
G = 40.44%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADA546 (or 0xADA546) is known color: Brass. HEX triplet: AD, A5 and 46. RGB value is (173,165,70). Sum of RGB (Red+Green+Blue) = 173+165+70=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA546 is #525AB9. Grayscale: #9C9C9C. Windows color (decimal): -5397178 or 4629933. OLE color: 4629933.

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

Color convert

RGB 173 165 70 -
CMYK 0 0.05 0.60 0.32
HSL 55.34º 0.42% 0.48% -
HSV(B) 55.34º 0.6% 0.68% -
XYZ 31.79 36.24 11.11 -
YUV 156.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 173 165 70 0 0.05 0.60 0.32 55.34 0.42 0.48
Hex AD A5 46 0 5 3C 20 37 2A 30
Octal 255 245 106 0 5 74 40 67 52 60
Binary 10101101 10100101 1000110 0 101 111100 100000 110111 101010 110000

Color Harmonies of #ADA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA546

Black with #ADA546

Text Example


Text Example

White with #ADA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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