Html Css Color HEX #ADA03A Brass

📋 copy color: '#ADA03A'

red 173 ◦ green 160 ◦ blue 58

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

Shades of Brass #ADA03A

Tints of Brass #ADA03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.83%

R = 44.25%
G = 40.92%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#ADA03A (or 0xADA03A) is known color: Brass. HEX triplet: AD, A0 and 3A. RGB value is (173,160,58). Sum of RGB (Red+Green+Blue) = 173+160+58=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA03A is #525FC5. Grayscale: #989898. Windows color (decimal): -5398470 or 3842221. OLE color: 3842221.

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

Color convert

RGB 173 160 58 -
CMYK 0 0.08 0.66 0.32
HSL 53.22º 0.5% 0.45% -
HSV(B) 53.22º 0.66% 0.68% -
XYZ 30.57 34.33 9.02 -
YUV 152.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 173 160 58 0 0.08 0.66 0.32 53.22 0.5 0.45
Hex AD A0 3A 0 8 42 20 35 32 2D
Octal 255 240 72 0 10 102 40 65 62 55
Binary 10101101 10100000 111010 0 1000 1000010 100000 110101 110010 101101

Color Harmonies of #ADA03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA03A

Black with #ADA03A

Text Example


Text Example

White with #ADA03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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