Html Css Color HEX #ADAD33 Brass

📋 copy color: '#ADAD33'

red 173 ◦ green 173 ◦ blue 51

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

Shades of Brass #ADAD33

Tints of Brass #ADAD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 43.58%
G = 43.58%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#ADAD33 (or 0xADAD33) is known color: Brass. HEX triplet: AD, AD and 33. RGB value is (173,173,51). Sum of RGB (Red+Green+Blue) = 173+173+51=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD33 is #5252CC. Grayscale: #9F9F9F. Windows color (decimal): -5395149 or 3386797. OLE color: 3386797.

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

Color convert

RGB 173 173 51 -
CMYK 0 0 0.71 0.32
HSL 60º 0.54% 0.44% -
HSV(B) 60º 0.71% 0.68% -
XYZ 32.77 39.01 8.93 -
YUV 159.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 173 173 51 0 0 0.71 0.32 60 0.54 0.44
Hex AD AD 33 0 0 47 20 3C 36 2C
Octal 255 255 63 0 0 107 40 74 66 54
Binary 10101101 10101101 110011 0 0 1000111 100000 111100 110110 101100

Color Harmonies of #ADAD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD33

Black with #ADAD33

Text Example


Text Example

White with #ADAD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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