#AD9D35

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

Shades of Brass #AD9D35

Tints of Brass #AD9D35

Color information

#AD9D35 (or 0xAD9D35) is unknown color: approx Brass. HEX triplet: AD, 9D and 35. RGB value is (173,157,53). Sum of RGB (Red+Green+Blue) = 173+157+53=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D35 is #5262CA. Grayscale: #969696. Windows color (decimal): -5399243 or 3513773. OLE color: 3513773.

HSL color Cylindrical-coordinate representation of color #AD9D35: hue angle of 52º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD9D35 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB17315753-
CMYK00.090.690.32
HSL52º53.1%44.31%-
HSV(B)52º69.36%67.84%-
XYZ29.9333.268.21-
YUV149.9373.3144.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=45.17%
G=40.99%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731575300.090.690.325253.144.31
HexAD9D3509452034352c
Octal2552356501110540646554
Binary1010110110011101110101010011000101100000110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D35; }

 p { color: rgb(173,157,53); }

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

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

 a { background-color: rgb(173,157,53); }

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

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

 span { border-color: rgb(173,157,53); }

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