#ADA552

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

Shades of Brass #ADA552

Tints of Brass #ADA552

Color information

#ADA552 (or 0xADA552) is unknown color: approx Brass. HEX triplet: AD, A5 and 52. RGB value is (173,165,82). Sum of RGB (Red+Green+Blue) = 173+165+82=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA552 is #525AAD. Grayscale: #9E9E9E. Windows color (decimal): -5397166 or 5416365. OLE color: 5416365.

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

Color convert

RGB17316582-
CMYK00.050.530.32
HSL54.73º35.69%50%-
HSV(B)54.73º52.6%67.84%-
XYZ32.2136.413.31-
YUV157.9385.15138.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=41.19%
G=39.29%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731658200.050.530.3254.7335.6950
HexADA552053520372432
Octal255245122056540674462
Binary101011011010010110100100101110101100000110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA552; }

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

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

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

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

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

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

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

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