Html Css Color HEX #ADAD4C Brass

📋 copy color: '#ADAD4C'

red 173 ◦ green 173 ◦ blue 76

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

Shades of Brass #ADAD4C

Tints of Brass #ADAD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 41%
G = 41%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#ADAD4C (or 0xADAD4C) is known color: Brass. HEX triplet: AD, AD and 4C. RGB value is (173,173,76). Sum of RGB (Red+Green+Blue) = 173+173+76=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD4C is #5252B3. Grayscale: #A2A2A2. Windows color (decimal): -5395124 or 5025197. OLE color: 5025197.

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

Color convert

RGB 173 173 76 -
CMYK 0 0 0.56 0.32
HSL 60º 0.39% 0.49% -
HSV(B) 60º 0.56% 0.68% -
XYZ 33.48 39.29 12.66 -
YUV 161.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 173 173 76 0 0 0.56 0.32 60 0.39 0.49
Hex AD AD 4C 0 0 38 20 3C 27 31
Octal 255 255 114 0 0 70 40 74 47 61
Binary 10101101 10101101 1001100 0 0 111000 100000 111100 100111 110001

Color Harmonies of #ADAD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD4C

Black with #ADAD4C

Text Example


Text Example

White with #ADAD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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