Html Css Color HEX #ADA84E Brass

📋 copy color: '#ADA84E'

red 173 ◦ green 168 ◦ blue 78

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

Shades of Brass #ADA84E

Tints of Brass #ADA84E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.62%

R = 41.29%
G = 40.1%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#ADA84E (or 0xADA84E) is known color: Brass. HEX triplet: AD, A8 and 4E. RGB value is (173,168,78). Sum of RGB (Red+Green+Blue) = 173+168+78=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA84E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA84E is #5257B1. Grayscale: #9F9F9F. Windows color (decimal): -5396402 or 5154989. OLE color: 5154989.

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

Color convert

RGB 173 168 78 -
CMYK 0 0.03 0.55 0.32
HSL 56.84º 0.38% 0.49% -
HSV(B) 56.84º 0.55% 0.68% -
XYZ 32.61 37.44 12.72 -
YUV 159.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 173 168 78 0 0.03 0.55 0.32 56.84 0.38 0.49
Hex AD A8 4E 0 3 37 20 39 26 31
Octal 255 250 116 0 3 67 40 71 46 61
Binary 10101101 10101000 1001110 0 11 110111 100000 111001 100110 110001

Color Harmonies of #ADA84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA84E

Black with #ADA84E

Text Example


Text Example

White with #ADA84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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