Html Css Color HEX #ADA03B Brass

📋 copy color: '#ADA03B'

red 173 ◦ green 160 ◦ blue 59

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

Shades of Brass #ADA03B

Tints of Brass #ADA03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.05%

R = 44.13%
G = 40.82%
B = 15.05%

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

#ADA03B (or 0xADA03B) is known color: Brass. HEX triplet: AD, A0 and 3B. RGB value is (173,160,59). Sum of RGB (Red+Green+Blue) = 173+160+59=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA03B is #525FC4. Grayscale: #989898. Windows color (decimal): -5398469 or 3907757. OLE color: 3907757.

HSL color Cylindrical-coordinate representation of color #ADA03B: hue angle of 53.16º degrees, saturation: 0.49, 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 #ADA03B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 59 -
CMYK 0 0.08 0.66 0.32
HSL 53.16º 0.49% 0.45% -
HSV(B) 53.16º 0.66% 0.68% -
XYZ 30.59 34.34 9.15 -
YUV 152.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 173 160 59 0 0.08 0.66 0.32 53.16 0.49 0.45
Hex AD A0 3B 0 8 42 20 35 31 2D
Octal 255 240 73 0 10 102 40 65 61 55
Binary 10101101 10100000 111011 0 1000 1000010 100000 110101 110001 101101

Color Harmonies of #ADA03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA03B

Black with #ADA03B

Text Example


Text Example

White with #ADA03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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