Html Css Color HEX #ADA84F Brass

📋 copy color: '#ADA84F'

red 173 ◦ green 168 ◦ blue 79

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

Shades of Brass #ADA84F

Tints of Brass #ADA84F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 41.19%
G = 40%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#ADA84F (or 0xADA84F) is known color: Brass. HEX triplet: AD, A8 and 4F. RGB value is (173,168,79). Sum of RGB (Red+Green+Blue) = 173+168+79=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA84F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA84F is #5257B0. Grayscale: #9F9F9F. Windows color (decimal): -5396401 or 5220525. OLE color: 5220525.

HSL color Cylindrical-coordinate representation of color #ADA84F: hue angle of 56.81º 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 #ADA84F is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 168 79 -
CMYK 0 0.03 0.54 0.32
HSL 56.81º 0.37% 0.49% -
HSV(B) 56.81º 0.54% 0.68% -
XYZ 32.65 37.45 12.91 -
YUV 159.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 173 168 79 0 0.03 0.54 0.32 56.81 0.37 0.49
Hex AD A8 4F 0 3 36 20 39 25 31
Octal 255 250 117 0 3 66 40 71 45 61
Binary 10101101 10101000 1001111 0 11 110110 100000 111001 100101 110001

Color Harmonies of #ADA84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA84F

Black with #ADA84F

Text Example


Text Example

White with #ADA84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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