Html Css Color HEX #ADAD42 Brass

📋 copy color: '#ADAD42'

red 173 ◦ green 173 ◦ blue 66

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

Shades of Brass #ADAD42

Tints of Brass #ADAD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.02%

R = 41.99%
G = 41.99%
B = 16.02%

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

#ADAD42 (or 0xADAD42) is known color: Brass. HEX triplet: AD, AD and 42. RGB value is (173,173,66). Sum of RGB (Red+Green+Blue) = 173+173+66=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD42 is #5252BD. Grayscale: #A1A1A1. Windows color (decimal): -5395134 or 4369837. OLE color: 4369837.

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

Color convert

RGB 173 173 66 -
CMYK 0 0 0.62 0.32
HSL 60º 0.45% 0.47% -
HSV(B) 60º 0.62% 0.68% -
XYZ 33.16 39.16 10.97 -
YUV 160.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 173 173 66 0 0 0.62 0.32 60 0.45 0.47
Hex AD AD 42 0 0 3E 20 3C 2D 2F
Octal 255 255 102 0 0 76 40 74 55 57
Binary 10101101 10101101 1000010 0 0 111110 100000 111100 101101 101111

Color Harmonies of #ADAD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD42

Black with #ADAD42

Text Example


Text Example

White with #ADAD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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