#ADAC40

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

Shades of Brass #ADAC40

Tints of Brass #ADAC40

Color information

#ADAC40 (or 0xADAC40) is unknown color: approx Brass. HEX triplet: AD, AC and 40. RGB value is (173,172,64). Sum of RGB (Red+Green+Blue) = 173+172+64=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC40 is #5253BF. Grayscale: #A0A0A0. Windows color (decimal): -5395392 or 4238509. OLE color: 4238509.

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

Color convert

RGB17317264-
CMYK00.010.630.32
HSL59.45º45.99%46.47%-
HSV(B)59.45º63.01%67.84%-
XYZ32.9138.7610.6-
YUV159.9973.83137.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 64 (25.39% from 255) = 15.65%
R=42.30%
G=42.05%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731726400.010.630.3259.4545.9946.47
HexADAC40013F203b2e2e
Octal255254100017740735656
Binary1010110110101100100000001111111100000111011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC40; }

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

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

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

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

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

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

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

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