Html Css Color HEX #ADA03E Brass

📋 copy color: '#ADA03E'

red 173 ◦ green 160 ◦ blue 62

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

Shades of Brass #ADA03E

Tints of Brass #ADA03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.7%

R = 43.8%
G = 40.51%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADA03E (or 0xADA03E) is known color: Brass. HEX triplet: AD, A0 and 3E. RGB value is (173,160,62). Sum of RGB (Red+Green+Blue) = 173+160+62=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA03E is #525FC1. Grayscale: #999999. Windows color (decimal): -5398466 or 4104365. OLE color: 4104365.

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

Color convert

RGB 173 160 62 -
CMYK 0 0.08 0.64 0.32
HSL 52.97º 0.47% 0.46% -
HSV(B) 52.97º 0.64% 0.68% -
XYZ 30.67 34.37 9.58 -
YUV 152.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 173 160 62 0 0.08 0.64 0.32 52.97 0.47 0.46
Hex AD A0 3E 0 8 40 20 35 2F 2E
Octal 255 240 76 0 10 100 40 65 57 56
Binary 10101101 10100000 111110 0 1000 1000000 100000 110101 101111 101110

Color Harmonies of #ADA03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA03E

Black with #ADA03E

Text Example


Text Example

White with #ADA03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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