Html Css Color HEX #ADA73D Brass

📋 copy color: '#ADA73D'

red 173 ◦ green 167 ◦ blue 61

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

Shades of Brass #ADA73D

Tints of Brass #ADA73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

 BLUE value IS 61 (24.22% from 255) = 15.21%

R = 43.14%
G = 41.65%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#ADA73D (or 0xADA73D) is known color: Brass. HEX triplet: AD, A7 and 3D. RGB value is (173,167,61). Sum of RGB (Red+Green+Blue) = 173+167+61=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA73D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA73D is #5258C2. Grayscale: #9D9D9D. Windows color (decimal): -5396675 or 4040621. OLE color: 4040621.

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

Color convert

RGB 173 167 61 -
CMYK 0 0.03 0.65 0.32
HSL 56.79º 0.48% 0.46% -
HSV(B) 56.79º 0.65% 0.68% -
XYZ 31.89 36.86 9.85 -
YUV 156.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 173 167 61 0 0.03 0.65 0.32 56.79 0.48 0.46
Hex AD A7 3D 0 3 41 20 39 30 2E
Octal 255 247 75 0 3 101 40 71 60 56
Binary 10101101 10100111 111101 0 11 1000001 100000 111001 110000 101110

Color Harmonies of #ADA73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA73D

Black with #ADA73D

Text Example


Text Example

White with #ADA73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA73D; }

 p { color: rgb(173,167,61); }

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

background-color css

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

 a { background-color: rgb(173,167,61); }

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

border-color css

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

 span { border-color: rgb(173,167,61); }

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