#ADAD3A

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

Shades of Brass #ADAD3A

Tints of Brass #ADAD3A

Color information

#ADAD3A (or 0xADAD3A) is unknown color: approx Brass. HEX triplet: AD, AD and 3A. RGB value is (173,173,58). Sum of RGB (Red+Green+Blue) = 173+173+58=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD3A is #5252C5. Grayscale: #A0A0A0. Windows color (decimal): -5395142 or 3845549. OLE color: 3845549.

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

Color convert

RGB17317358-
CMYK000.660.32
HSL60º49.78%45.29%-
HSV(B)60º66.47%67.84%-
XYZ32.9439.089.81-
YUV159.8970.5137.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 58 (23.05% from 255) = 14.36%
R=42.82%
G=42.82%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317358000.660.326049.7845.29
HexADAD3A0042203c322d
Octal255255720010240746255
Binary1010110110101101111010001000010100000111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD3A; }

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

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

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

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

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

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

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

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