Html Css Color HEX #ADAD41 Brass

📋 copy color: '#ADAD41'

red 173 ◦ green 173 ◦ blue 65

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

Shades of Brass #ADAD41

Tints of Brass #ADAD41

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

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

R = 42.09%
G = 42.09%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ADAD41 (or 0xADAD41) is known color: Brass. HEX triplet: AD, AD and 41. RGB value is (173,173,65). Sum of RGB (Red+Green+Blue) = 173+173+65=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD41 is #5252BE. Grayscale: #A1A1A1. Windows color (decimal): -5395135 or 4304301. OLE color: 4304301.

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

Color convert

RGB 173 173 65 -
CMYK 0 0 0.62 0.32
HSL 60º 0.45% 0.47% -
HSV(B) 60º 0.62% 0.68% -
XYZ 33.13 39.15 10.81 -
YUV 160.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 173 173 65 0 0 0.62 0.32 60 0.45 0.47
Hex AD AD 41 0 0 3E 20 3C 2D 2F
Octal 255 255 101 0 0 76 40 74 55 57
Binary 10101101 10101101 1000001 0 0 111110 100000 111100 101101 101111

Color Harmonies of #ADAD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD41

Black with #ADAD41

Text Example


Text Example

White with #ADAD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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