Html Css Color HEX #ADAE47 Brass

📋 copy color: '#ADAE47'

red 173 ◦ green 174 ◦ blue 71

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

Shades of Brass #ADAE47

Tints of Brass #ADAE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.99%

R = 41.39%
G = 41.63%
B = 16.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#ADAE47 (or 0xADAE47) is known color: Brass. HEX triplet: AD, AE and 47. RGB value is (173,174,71). Sum of RGB (Red+Green+Blue) = 173+174+71=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE47 is #5251B8. Grayscale: #A2A2A2. Windows color (decimal): -5394873 or 4697773. OLE color: 4697773.

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

Color convert

RGB 173 174 71 -
CMYK 0.01 0 0.59 0.32
HSL 60.58º 0.42% 0.48% -
HSV(B) 60.58º 0.59% 0.68% -
XYZ 33.51 39.61 11.84 -
YUV 161.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 173 174 71 0.01 0 0.59 0.32 60.58 0.42 0.48
Hex AD AE 47 1 0 3B 20 3D 2A 30
Octal 255 256 107 1 0 73 40 75 52 60
Binary 10101101 10101110 1000111 1 0 111011 100000 111101 101010 110000

Color Harmonies of #ADAE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE47

Black with #ADAE47

Text Example


Text Example

White with #ADAE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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