#ADAC38

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

Shades of Brass #ADAC38

Tints of Brass #ADAC38

Color information

#ADAC38 (or 0xADAC38) is unknown color: approx Brass. HEX triplet: AD, AC and 38. RGB value is (173,172,56). Sum of RGB (Red+Green+Blue) = 173+172+56=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC38 is #5253C7. Grayscale: #9F9F9F. Windows color (decimal): -5395400 or 3714221. OLE color: 3714221.

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

Color convert

RGB17317256-
CMYK00.010.680.32
HSL59.49º51.09%44.9%-
HSV(B)59.49º67.63%67.84%-
XYZ32.738.679.48-
YUV159.0769.83137.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 172 (67.58% from 255) = 42.89%
BLUE value IS 56 (22.27% from 255) = 13.97%
R=43.14%
G=42.89%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731725600.010.680.3259.4951.0944.9
HexADAC380144203b332d
Octal255254700110440736355
Binary1010110110101100111000011000100100000111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC38; }

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

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

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

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

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

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

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

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