Html Css Color HEX #ADA034 Brass

📋 copy color: '#ADA034'

red 173 ◦ green 160 ◦ blue 52

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

Shades of Brass #ADA034

Tints of Brass #ADA034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.51%

R = 44.94%
G = 41.56%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#ADA034 (or 0xADA034) is known color: Brass. HEX triplet: AD, A0 and 34. RGB value is (173,160,52). Sum of RGB (Red+Green+Blue) = 173+160+52=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA034 is #525FCB. Grayscale: #989898. Windows color (decimal): -5398476 or 3449005. OLE color: 3449005.

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

Color convert

RGB 173 160 52 -
CMYK 0 0.08 0.70 0.32
HSL 53.55º 0.54% 0.44% -
HSV(B) 53.55º 0.7% 0.68% -
XYZ 30.42 34.27 8.26 -
YUV 151.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 173 160 52 0 0.08 0.70 0.32 53.55 0.54 0.44
Hex AD A0 34 0 8 46 20 36 36 2C
Octal 255 240 64 0 10 106 40 66 66 54
Binary 10101101 10100000 110100 0 1000 1000110 100000 110110 110110 101100

Color Harmonies of #ADA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA034

Black with #ADA034

Text Example


Text Example

White with #ADA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA034; }

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

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

background-color css

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

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

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

border-color css

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

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

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