#ADA73B

Color #ADA73B Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #ADA73B

Tints of Brass #ADA73B

Color information

#ADA73B (or 0xADA73B) is unknown color: approx Brass. HEX triplet: AD, A7 and 3B. RGB value is (173,167,59). Sum of RGB (Red+Green+Blue) = 173+167+59=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA73B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA73B is #5258C4. Grayscale: #9C9C9C. Windows color (decimal): -5396677 or 3909549. OLE color: 3909549.

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

Color convert

RGB17316759-
CMYK00.030.660.32
HSL56.84º49.14%45.49%-
HSV(B)56.84º65.9%67.84%-
XYZ31.8436.849.57-
YUV156.4872.99139.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 167 (65.62% from 255) = 41.85%
BLUE value IS 59 (23.44% from 255) = 14.79%
R=43.36%
G=41.85%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731675900.030.660.3256.8449.1445.49
HexADA73B03422039312d
Octal255247730310240716155
Binary10101101101001111110110111000010100000111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA73B; }

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

 H1.HeaderClassName
 {
   color: #ADA73B;
 }
 .AnyTagClassName
 {
   color: #ADA73B;
 }
</style>
background-color css

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

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

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

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

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

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