#ADA245

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

Shades of Brass #ADA245

Tints of Brass #ADA245

Color information

#ADA245 (or 0xADA245) is unknown color: approx Brass. HEX triplet: AD, A2 and 45. RGB value is (173,162,69). Sum of RGB (Red+Green+Blue) = 173+162+69=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA245 is #525DBA. Grayscale: #9B9B9B. Windows color (decimal): -5397947 or 4563629. OLE color: 4563629.

HSL color Cylindrical-coordinate representation of color #ADA245: hue angle of 53.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADA245 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17316269-
CMYK00.060.600.32
HSL53.65º42.98%47.45%-
HSV(B)53.65º60.12%67.84%-
XYZ31.2335.1510.77-
YUV154.6979.64141.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 69 (27.34% from 255) = 17.08%
R=42.82%
G=40.10%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731626900.060.600.3253.6542.9847.45
HexADA245063C20362b2f
Octal255242105067440665357
Binary101011011010001010001010110111100100000110110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA245; }

 p { color: rgb(173,162,69); }

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

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

 a { background-color: rgb(173,162,69); }

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

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

 span { border-color: rgb(173,162,69); }

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