Html Css Color HEX #ADA035 Brass

📋 copy color: '#ADA035'

red 173 ◦ green 160 ◦ blue 53

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

Shades of Brass #ADA035

Tints of Brass #ADA035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.73%

R = 44.82%
G = 41.45%
B = 13.73%

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

#ADA035 (or 0xADA035) is known color: Brass. HEX triplet: AD, A0 and 35. RGB value is (173,160,53). Sum of RGB (Red+Green+Blue) = 173+160+53=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA035 is #525FCA. Grayscale: #989898. Windows color (decimal): -5398475 or 3514541. OLE color: 3514541.

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

Color convert

RGB 173 160 53 -
CMYK 0 0.08 0.69 0.32
HSL 53.5º 0.53% 0.44% -
HSV(B) 53.5º 0.69% 0.68% -
XYZ 30.45 34.28 8.38 -
YUV 151.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 173 160 53 0 0.08 0.69 0.32 53.5 0.53 0.44
Hex AD A0 35 0 8 45 20 36 35 2C
Octal 255 240 65 0 10 105 40 66 65 54
Binary 10101101 10100000 110101 0 1000 1000101 100000 110110 110101 101100

Color Harmonies of #ADA035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA035

Black with #ADA035

Text Example


Text Example

White with #ADA035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA035; }

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

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

background-color css

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

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

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

border-color css

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

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

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