Html Css Color HEX #ADA032 Brass

📋 copy color: '#ADA032'

red 173 ◦ green 160 ◦ blue 50

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

Shades of Brass #ADA032

Tints of Brass #ADA032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.05%

R = 45.17%
G = 41.78%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#ADA032 (or 0xADA032) is known color: Brass. HEX triplet: AD, A0 and 32. RGB value is (173,160,50). Sum of RGB (Red+Green+Blue) = 173+160+50=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA032 is #525FCD. Grayscale: #979797. Windows color (decimal): -5398478 or 3317933. OLE color: 3317933.

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

Color convert

RGB 173 160 50 -
CMYK 0 0.08 0.71 0.32
HSL 53.66º 0.55% 0.44% -
HSV(B) 53.66º 0.71% 0.68% -
XYZ 30.38 34.26 8.03 -
YUV 151.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 173 160 50 0 0.08 0.71 0.32 53.66 0.55 0.44
Hex AD A0 32 0 8 47 20 36 37 2C
Octal 255 240 62 0 10 107 40 66 67 54
Binary 10101101 10100000 110010 0 1000 1000111 100000 110110 110111 101100

Color Harmonies of #ADA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA032

Black with #ADA032

Text Example


Text Example

White with #ADA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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