#ADAB49

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

Shades of Brass #ADAB49

Tints of Brass #ADAB49

Color information

#ADAB49 (or 0xADAB49) is unknown color: approx Brass. HEX triplet: AD, AB and 49. RGB value is (173,171,73). Sum of RGB (Red+Green+Blue) = 173+171+73=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB49 is #5254B6. Grayscale: #A0A0A0. Windows color (decimal): -5395639 or 4828077. OLE color: 4828077.

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

Color convert

RGB17317173-
CMYK00.010.580.32
HSL58.8º40.65%48.24%-
HSV(B)58.8º57.8%67.84%-
XYZ3338.4911.99-
YUV160.4378.66136.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=41.49%
G=41.01%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731717300.010.580.3258.840.6548.24
HexADAB49013A203b2930
Octal255253111017240735160
Binary1010110110101011100100101111010100000111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB49; }

 p { color: rgb(173,171,73); }

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

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

 a { background-color: rgb(173,171,73); }

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

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

 span { border-color: rgb(173,171,73); }

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