Html Css Color HEX #ADA64F Brass

📋 copy color: '#ADA64F'

red 173 ◦ green 166 ◦ blue 79

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

Shades of Brass #ADA64F

Tints of Brass #ADA64F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.71%

 BLUE value IS 79 (31.25% from 255) = 18.9%

R = 41.39%
G = 39.71%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#ADA64F (or 0xADA64F) is known color: Brass. HEX triplet: AD, A6 and 4F. RGB value is (173,166,79). Sum of RGB (Red+Green+Blue) = 173+166+79=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA64F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA64F is #5259B0. Grayscale: #9E9E9E. Windows color (decimal): -5396913 or 5220013. OLE color: 5220013.

HSL color Cylindrical-coordinate representation of color #ADA64F: hue angle of 55.53º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADA64F is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 79 -
CMYK 0 0.04 0.54 0.32
HSL 55.53º 0.37% 0.49% -
HSV(B) 55.53º 0.54% 0.68% -
XYZ 32.28 36.72 12.78 -
YUV 158.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 173 166 79 0 0.04 0.54 0.32 55.53 0.37 0.49
Hex AD A6 4F 0 4 36 20 38 25 31
Octal 255 246 117 0 4 66 40 70 45 61
Binary 10101101 10100110 1001111 0 100 110110 100000 111000 100101 110001

Color Harmonies of #ADA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA64F

Black with #ADA64F

Text Example


Text Example

White with #ADA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA64F; }

 p { color: rgb(173,166,79); }

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

background-color css

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

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

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

border-color css

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

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

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