Html Css Color HEX #ADAE46 Brass

📋 copy color: '#ADAE46'

red 173 ◦ green 174 ◦ blue 70

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

Shades of Brass #ADAE46

Tints of Brass #ADAE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.79%

R = 41.49%
G = 41.73%
B = 16.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADAE46 (or 0xADAE46) is known color: Brass. HEX triplet: AD, AE and 46. RGB value is (173,174,70). Sum of RGB (Red+Green+Blue) = 173+174+70=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE46 is #5251B9. Grayscale: #A2A2A2. Windows color (decimal): -5394874 or 4632237. OLE color: 4632237.

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

Color convert

RGB 173 174 70 -
CMYK 0.01 0 0.60 0.32
HSL 60.58º 0.43% 0.48% -
HSV(B) 60.58º 0.6% 0.68% -
XYZ 33.48 39.6 11.67 -
YUV 161.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 173 174 70 0.01 0 0.60 0.32 60.58 0.43 0.48
Hex AD AE 46 1 0 3C 20 3D 2B 30
Octal 255 256 106 1 0 74 40 75 53 60
Binary 10101101 10101110 1000110 1 0 111100 100000 111101 101011 110000

Color Harmonies of #ADAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE46

Black with #ADAE46

Text Example


Text Example

White with #ADAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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