Html Css Color HEX #ADAD45 Brass

📋 copy color: '#ADAD45'

red 173 ◦ green 173 ◦ blue 69

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

Shades of Brass #ADAD45

Tints of Brass #ADAD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.63%

R = 41.69%
G = 41.69%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADAD45 (or 0xADAD45) is known color: Brass. HEX triplet: AD, AD and 45. RGB value is (173,173,69). Sum of RGB (Red+Green+Blue) = 173+173+69=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD45 is #5252BA. Grayscale: #A1A1A1. Windows color (decimal): -5395131 or 4566445. OLE color: 4566445.

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

Color convert

RGB 173 173 69 -
CMYK 0 0 0.60 0.32
HSL 60º 0.43% 0.47% -
HSV(B) 60º 0.6% 0.68% -
XYZ 33.25 39.2 11.44 -
YUV 161.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 173 173 69 0 0 0.60 0.32 60 0.43 0.47
Hex AD AD 45 0 0 3C 20 3C 2B 2F
Octal 255 255 105 0 0 74 40 74 53 57
Binary 10101101 10101101 1000101 0 0 111100 100000 111100 101011 101111

Color Harmonies of #ADAD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD45

Black with #ADAD45

Text Example


Text Example

White with #ADAD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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