#ADAD4B

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

Shades of Brass #ADAD4B

Tints of Brass #ADAD4B

Color information

#ADAD4B (or 0xADAD4B) is unknown color: approx Brass. HEX triplet: AD, AD and 4B. RGB value is (173,173,75). Sum of RGB (Red+Green+Blue) = 173+173+75=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD4B is #5252B4. Grayscale: #A2A2A2. Windows color (decimal): -5395125 or 4959661. OLE color: 4959661.

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

Color convert

RGB17317375-
CMYK000.570.32
HSL60º39.52%48.63%-
HSV(B)60º56.65%67.84%-
XYZ33.4539.2812.48-
YUV161.8379135.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 75 (29.69% from 255) = 17.81%
R=41.09%
G=41.09%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317375000.570.326039.5248.63
HexADAD4B0039203c2831
Octal255255113007140745061
Binary1010110110101101100101100111001100000111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD4B; }

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

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

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

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

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

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

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

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