#adac3a

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

Shades of Brass #ADAC3A

Tints of Brass #ADAC3A

Color information

#ADAC3A (or 0xADAC3A) is unknown color: approx Brass. HEX triplet: AD, AC and 3A. RGB value is (173,172,58). Sum of RGB (Red+Green+Blue) = 173+172+58=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC3A is #5253C5. Grayscale: #9F9F9F. Windows color (decimal): -5395398 or 3845293. OLE color: 3845293.

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

Color convert

RGB17317258-
CMYK00.010.660.32
HSL59.48º49.78%45.29%-
HSV(B)59.48º66.47%67.84%-
XYZ32.7538.699.75-
YUV159.370.83137.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 58 (23.05% from 255) = 14.39%
R=42.93%
G=42.68%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731725800.010.660.3259.4849.7845.29
HexADAC3A0142203b322d
Octal255254720110240736255
Binary1010110110101100111010011000010100000111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adac3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adac3a; }

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

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

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

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

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

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

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

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