#ADAC45

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

Shades of Brass #ADAC45

Tints of Brass #ADAC45

Color information

#ADAC45 (or 0xADAC45) is unknown color: approx Brass. HEX triplet: AD, AC and 45. RGB value is (173,172,69). Sum of RGB (Red+Green+Blue) = 173+172+69=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC45 is #5253BA. Grayscale: #A0A0A0. Windows color (decimal): -5395387 or 4566189. OLE color: 4566189.

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

Color convert

RGB17317269-
CMYK00.010.600.32
HSL59.42º42.98%47.45%-
HSV(B)59.42º60.12%67.84%-
XYZ33.0638.8211.38-
YUV160.5676.33136.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 172 (67.58% from 255) = 41.55%
BLUE value IS 69 (27.34% from 255) = 16.67%
R=41.79%
G=41.55%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731726900.010.600.3259.4242.9847.45
HexADAC45013C203b2b2f
Octal255254105017440735357
Binary1010110110101100100010101111100100000111011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC45; }

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

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

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

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

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

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

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

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