#ADA553

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

Shades of Brass #ADA553

Tints of Brass #ADA553

Color information

#ADA553 (or 0xADA553) is unknown color: approx Brass. HEX triplet: AD, A5 and 53. RGB value is (173,165,83). Sum of RGB (Red+Green+Blue) = 173+165+83=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA553 is #525AAC. Grayscale: #9E9E9E. Windows color (decimal): -5397165 or 5481901. OLE color: 5481901.

HSL color Cylindrical-coordinate representation of color #ADA553: hue angle of 54.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADA553 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17316583-
CMYK00.050.520.32
HSL54.67º35.43%50.2%-
HSV(B)54.67º52.02%67.84%-
XYZ32.2536.4213.51-
YUV158.0485.65138.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 83 (32.81% from 255) = 19.71%
R=41.09%
G=39.19%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731658300.050.520.3254.6735.4350.2
HexADA553053420372332
Octal255245123056440674362
Binary101011011010010110100110101110100100000110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA553; }

 p { color: rgb(173,165,83); }

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

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

 a { background-color: rgb(173,165,83); }

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

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

 span { border-color: rgb(173,165,83); }

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