Html Css Color HEX #ADAE49 Brass

📋 copy color: '#ADAE49'

red 173 ◦ green 174 ◦ blue 73

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

Shades of Brass #ADAE49

Tints of Brass #ADAE49

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.43%

 BLUE value IS 73 (28.91% from 255) = 17.38%

R = 41.19%
G = 41.43%
B = 17.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#ADAE49 (or 0xADAE49) is known color: Brass. HEX triplet: AD, AE and 49. RGB value is (173,174,73). Sum of RGB (Red+Green+Blue) = 173+174+73=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE49 is #5251B6. Grayscale: #A2A2A2. Windows color (decimal): -5394871 or 4828845. OLE color: 4828845.

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

Color convert

RGB 173 174 73 -
CMYK 0.01 0 0.58 0.32
HSL 60.59º 0.41% 0.48% -
HSV(B) 60.59º 0.58% 0.68% -
XYZ 33.57 39.64 12.18 -
YUV 162.19 77.67 135.71 -
System Red Green Blue C M Y K H S L
Decimal 173 174 73 0.01 0 0.58 0.32 60.59 0.41 0.48
Hex AD AE 49 1 0 3A 20 3D 29 30
Octal 255 256 111 1 0 72 40 75 51 60
Binary 10101101 10101110 1001001 1 0 111010 100000 111101 101001 110000

Color Harmonies of #ADAE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE49

Black with #ADAE49

Text Example


Text Example

White with #ADAE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE49; }

 p { color: rgb(173,174,73); }

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

background-color css

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

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

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

border-color css

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

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

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