Html Css Color HEX #ADA036 Brass

📋 copy color: '#ADA036'

red 173 ◦ green 160 ◦ blue 54

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

Shades of Brass #ADA036

Tints of Brass #ADA036

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.34%

 BLUE value IS 54 (21.48% from 255) = 13.95%

R = 44.7%
G = 41.34%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#ADA036 (or 0xADA036) is known color: Brass. HEX triplet: AD, A0 and 36. RGB value is (173,160,54). Sum of RGB (Red+Green+Blue) = 173+160+54=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA036 is #525FC9. Grayscale: #989898. Windows color (decimal): -5398474 or 3580077. OLE color: 3580077.

HSL color Cylindrical-coordinate representation of color #ADA036: hue angle of 53.45º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADA036 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 54 -
CMYK 0 0.08 0.69 0.32
HSL 53.45º 0.52% 0.45% -
HSV(B) 53.45º 0.69% 0.68% -
XYZ 30.47 34.29 8.5 -
YUV 151.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 173 160 54 0 0.08 0.69 0.32 53.45 0.52 0.45
Hex AD A0 36 0 8 45 20 35 34 2D
Octal 255 240 66 0 10 105 40 65 64 55
Binary 10101101 10100000 110110 0 1000 1000101 100000 110101 110100 101101

Color Harmonies of #ADA036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA036

Black with #ADA036

Text Example


Text Example

White with #ADA036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA036; }

 p { color: rgb(173,160,54); }

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

background-color css

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

 a { background-color: rgb(173,160,54); }

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

border-color css

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

 span { border-color: rgb(173,160,54); }

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