#ADAD40

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

Shades of Brass #ADAD40

Tints of Brass #ADAD40

Color information

#ADAD40 (or 0xADAD40) is unknown color: approx Brass. HEX triplet: AD, AD and 40. RGB value is (173,173,64). Sum of RGB (Red+Green+Blue) = 173+173+64=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD40 is #5252BF. Grayscale: #A1A1A1. Windows color (decimal): -5395136 or 4238765. OLE color: 4238765.

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

Color convert

RGB17317364-
CMYK000.630.32
HSL60º45.99%46.47%-
HSV(B)60º63.01%67.84%-
XYZ33.139.1410.66-
YUV160.5773.5136.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 64 (25.39% from 255) = 15.61%
R=42.20%
G=42.20%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317364000.630.326045.9946.47
HexADAD40003F203c2e2e
Octal255255100007740745656
Binary1010110110101101100000000111111100000111100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD40; }

 p { color: rgb(173,173,64); }

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

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

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

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

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

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

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