Html Css Color HEX #ADAD44 Brass

📋 copy color: '#ADAD44'

red 173 ◦ green 173 ◦ blue 68

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

Shades of Brass #ADAD44

Tints of Brass #ADAD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.43%

R = 41.79%
G = 41.79%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADAD44 (or 0xADAD44) is known color: Brass. HEX triplet: AD, AD and 44. RGB value is (173,173,68). Sum of RGB (Red+Green+Blue) = 173+173+68=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD44 is #5252BB. Grayscale: #A1A1A1. Windows color (decimal): -5395132 or 4500909. OLE color: 4500909.

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

Color convert

RGB 173 173 68 -
CMYK 0 0 0.61 0.32
HSL 60º 0.44% 0.47% -
HSV(B) 60º 0.61% 0.68% -
XYZ 33.22 39.19 11.28 -
YUV 161.03 75.5 136.54 -
System Red Green Blue C M Y K H S L
Decimal 173 173 68 0 0 0.61 0.32 60 0.44 0.47
Hex AD AD 44 0 0 3D 20 3C 2C 2F
Octal 255 255 104 0 0 75 40 74 54 57
Binary 10101101 10101101 1000100 0 0 111101 100000 111100 101100 101111

Color Harmonies of #ADAD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD44

Black with #ADAD44

Text Example


Text Example

White with #ADAD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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