Html Css Color HEX #ADA041 Brass

📋 copy color: '#ADA041'

red 173 ◦ green 160 ◦ blue 65

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

Shades of Brass #ADA041

Tints of Brass #ADA041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 43.47%
G = 40.2%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ADA041 (or 0xADA041) is known color: Brass. HEX triplet: AD, A0 and 41. RGB value is (173,160,65). Sum of RGB (Red+Green+Blue) = 173+160+65=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA041 is #525FBE. Grayscale: #999999. Windows color (decimal): -5398463 or 4300973. OLE color: 4300973.

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

Color convert

RGB 173 160 65 -
CMYK 0 0.08 0.62 0.32
HSL 52.78º 0.45% 0.47% -
HSV(B) 52.78º 0.62% 0.68% -
XYZ 30.76 34.41 10.02 -
YUV 153.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 173 160 65 0 0.08 0.62 0.32 52.78 0.45 0.47
Hex AD A0 41 0 8 3E 20 35 2D 2F
Octal 255 240 101 0 10 76 40 65 55 57
Binary 10101101 10100000 1000001 0 1000 111110 100000 110101 101101 101111

Color Harmonies of #ADA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA041

Black with #ADA041

Text Example


Text Example

White with #ADA041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA041; }

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

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

background-color css

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

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

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

border-color css

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

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

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