#ADAC3C

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

Shades of Brass #ADAC3C

Tints of Brass #ADAC3C

Color information

#ADAC3C (or 0xADAC3C) is unknown color: approx Brass. HEX triplet: AD, AC and 3C. RGB value is (173,172,60). Sum of RGB (Red+Green+Blue) = 173+172+60=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC3C is #5253C3. Grayscale: #9F9F9F. Windows color (decimal): -5395396 or 3976365. OLE color: 3976365.

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

Color convert

RGB17317260-
CMYK00.010.650.32
HSL59.47º48.5%45.69%-
HSV(B)59.47º65.32%67.84%-
XYZ32.838.7210.02-
YUV159.5371.83137.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 60 (23.83% from 255) = 14.81%
R=42.72%
G=42.47%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731726000.010.650.3259.4748.545.69
HexADAC3C0141203b302e
Octal255254740110140736056
Binary1010110110101100111100011000001100000111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC3C; }

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

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

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

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

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

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

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

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