Html Css Color HEX #ADAD38 Brass

📋 copy color: '#ADAD38'

red 173 ◦ green 173 ◦ blue 56

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

Shades of Brass #ADAD38

Tints of Brass #ADAD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.93%

R = 43.03%
G = 43.03%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#ADAD38 (or 0xADAD38) is known color: Brass. HEX triplet: AD, AD and 38. RGB value is (173,173,56). Sum of RGB (Red+Green+Blue) = 173+173+56=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD38 is #5252C7. Grayscale: #A0A0A0. Windows color (decimal): -5395144 or 3714477. OLE color: 3714477.

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

Color convert

RGB 173 173 56 -
CMYK 0 0 0.68 0.32
HSL 60º 0.51% 0.45% -
HSV(B) 60º 0.68% 0.68% -
XYZ 32.89 39.06 9.55 -
YUV 159.66 69.5 137.51 -
System Red Green Blue C M Y K H S L
Decimal 173 173 56 0 0 0.68 0.32 60 0.51 0.45
Hex AD AD 38 0 0 44 20 3C 33 2D
Octal 255 255 70 0 0 104 40 74 63 55
Binary 10101101 10101101 111000 0 0 1000100 100000 111100 110011 101101

Color Harmonies of #ADAD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD38

Black with #ADAD38

Text Example


Text Example

White with #ADAD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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