Html Css Color HEX #ADA73E Brass

📋 copy color: '#ADA73E'

red 173 ◦ green 167 ◦ blue 62

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

Shades of Brass #ADA73E

Tints of Brass #ADA73E

RGB

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

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

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

R = 43.03%
G = 41.54%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADA73E (or 0xADA73E) is known color: Brass. HEX triplet: AD, A7 and 3E. RGB value is (173,167,62). Sum of RGB (Red+Green+Blue) = 173+167+62=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA73E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA73E is #5258C1. Grayscale: #9D9D9D. Windows color (decimal): -5396674 or 4106157. OLE color: 4106157.

HSL color Cylindrical-coordinate representation of color #ADA73E: hue angle of 56.76º 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 #ADA73E is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 167 62 -
CMYK 0 0.03 0.64 0.32
HSL 56.76º 0.47% 0.46% -
HSV(B) 56.76º 0.64% 0.68% -
XYZ 31.92 36.87 9.99 -
YUV 156.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 173 167 62 0 0.03 0.64 0.32 56.76 0.47 0.46
Hex AD A7 3E 0 3 40 20 39 2F 2E
Octal 255 247 76 0 3 100 40 71 57 56
Binary 10101101 10100111 111110 0 11 1000000 100000 111001 101111 101110

Color Harmonies of #ADA73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA73E

Black with #ADA73E

Text Example


Text Example

White with #ADA73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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