Html Css Color HEX #ADA240 Brass

📋 copy color: '#ADA240'

red 173 ◦ green 162 ◦ blue 64

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

Shades of Brass #ADA240

Tints of Brass #ADA240

RGB

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

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

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

R = 43.36%
G = 40.6%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#ADA240 (or 0xADA240) is known color: Brass. HEX triplet: AD, A2 and 40. RGB value is (173,162,64). Sum of RGB (Red+Green+Blue) = 173+162+64=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA240 is #525DBF. Grayscale: #9A9A9A. Windows color (decimal): -5397952 or 4235949. OLE color: 4235949.

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

Color convert

RGB 173 162 64 -
CMYK 0 0.06 0.63 0.32
HSL 53.94º 0.46% 0.46% -
HSV(B) 53.94º 0.63% 0.68% -
XYZ 31.08 35.1 9.99 -
YUV 154.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 173 162 64 0 0.06 0.63 0.32 53.94 0.46 0.46
Hex AD A2 40 0 6 3F 20 36 2E 2E
Octal 255 242 100 0 6 77 40 66 56 56
Binary 10101101 10100010 1000000 0 110 111111 100000 110110 101110 101110

Color Harmonies of #ADA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA240

Black with #ADA240

Text Example


Text Example

White with #ADA240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA240; }

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

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

background-color css

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

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

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

border-color css

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

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

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