#adac4d

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

Shades of Brass #ADAC4D

Tints of Brass #ADAC4D

Color information

#ADAC4D (or 0xADAC4D) is unknown color: approx Brass. HEX triplet: AD, AC and 4D. RGB value is (173,172,77). Sum of RGB (Red+Green+Blue) = 173+172+77=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC4D is #5253B2. Grayscale: #A1A1A1. Windows color (decimal): -5395379 or 5090477. OLE color: 5090477.

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

Color convert

RGB17317277-
CMYK00.010.550.32
HSL59.38º38.4%49.02%-
HSV(B)59.38º55.49%67.84%-
XYZ33.3338.9312.78-
YUV161.4780.33136.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 77 (30.47% from 255) = 18.25%
R=41.00%
G=40.76%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731727700.010.550.3259.3838.449.02
HexADAC4D0137203b2631
Octal255254115016740734661
Binary1010110110101100100110101110111100000111011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adac4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adac4d; }

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

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

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

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

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

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

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

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