#AD9B3F

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

Shades of Brass #AD9B3F

Tints of Brass #AD9B3F

Color information

#AD9B3F (or 0xAD9B3F) is unknown color: approx Brass. HEX triplet: AD, 9B and 3F. RGB value is (173,155,63). Sum of RGB (Red+Green+Blue) = 173+155+63=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B3F is #5264C0. Grayscale: #969696. Windows color (decimal): -5399745 or 4168621. OLE color: 4168621.

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

Color convert

RGB17315563-
CMYK00.100.640.32
HSL50.18º46.61%46.27%-
HSV(B)50.18º63.58%67.84%-
XYZ29.8532.699.44-
YUV149.8978.96144.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 155 (60.94% from 255) = 39.64%
BLUE value IS 63 (25% from 255) = 16.11%
R=44.25%
G=39.64%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731556300.100.640.3250.1846.6146.27
HexAD9B3F0A4020322f2e
Octal2552337701210040625756
Binary1010110110011011111111010101000000100000110010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9B3F; }

 p { color: rgb(173,155,63); }

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

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

 a { background-color: rgb(173,155,63); }

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

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

 span { border-color: rgb(173,155,63); }

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