#ADAB41

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

Shades of Brass #ADAB41

Tints of Brass #ADAB41

Color information

#ADAB41 (or 0xADAB41) is unknown color: approx Brass. HEX triplet: AD, AB and 41. RGB value is (173,171,65). Sum of RGB (Red+Green+Blue) = 173+171+65=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB41 is #5254BE. Grayscale: #9F9F9F. Windows color (decimal): -5395647 or 4303789. OLE color: 4303789.

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

Color convert

RGB17317165-
CMYK00.010.620.32
HSL58.89º45.38%46.67%-
HSV(B)58.89º62.43%67.84%-
XYZ32.7538.3910.69-
YUV159.5174.66137.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 171 (67.19% from 255) = 41.81%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=42.30%
G=41.81%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731716500.010.620.3258.8945.3846.67
HexADAB41013E203b2d2f
Octal255253101017640735557
Binary1010110110101011100000101111110100000111011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB41; }

 p { color: rgb(173,171,65); }

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

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

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

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

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

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

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