Html Css Color HEX #ADA040 Brass

📋 copy color: '#ADA040'

red 173 ◦ green 160 ◦ blue 64

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

Shades of Brass #ADA040

Tints of Brass #ADA040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 43.58%
G = 40.3%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#ADA040 (or 0xADA040) is known color: Brass. HEX triplet: AD, A0 and 40. RGB value is (173,160,64). Sum of RGB (Red+Green+Blue) = 173+160+64=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA040 is #525FBF. Grayscale: #999999. Windows color (decimal): -5398464 or 4235437. OLE color: 4235437.

HSL color Cylindrical-coordinate representation of color #ADA040: hue angle of 52.84º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADA040 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 64 -
CMYK 0 0.08 0.63 0.32
HSL 52.84º 0.46% 0.46% -
HSV(B) 52.84º 0.63% 0.68% -
XYZ 30.73 34.4 9.87 -
YUV 152.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 173 160 64 0 0.08 0.63 0.32 52.84 0.46 0.46
Hex AD A0 40 0 8 3F 20 35 2E 2E
Octal 255 240 100 0 10 77 40 65 56 56
Binary 10101101 10100000 1000000 0 1000 111111 100000 110101 101110 101110

Color Harmonies of #ADA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA040

Black with #ADA040

Text Example


Text Example

White with #ADA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA040; }

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

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

background-color css

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

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

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

border-color css

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

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

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