#ADAB3B

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

Shades of Brass #ADAB3B

Tints of Brass #ADAB3B

Color information

#ADAB3B (or 0xADAB3B) is unknown color: approx Brass. HEX triplet: AD, AB and 3B. RGB value is (173,171,59). Sum of RGB (Red+Green+Blue) = 173+171+59=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB3B is #5254C4. Grayscale: #9F9F9F. Windows color (decimal): -5395653 or 3910573. OLE color: 3910573.

HSL color Cylindrical-coordinate representation of color #ADAB3B: hue angle of 58.95º degrees, saturation: 0.49, 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 #ADAB3B is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17317159-
CMYK00.010.660.32
HSL58.95º49.14%45.49%-
HSV(B)58.95º65.9%67.84%-
XYZ32.5938.339.82-
YUV158.8371.66138.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 59 (23.44% from 255) = 14.64%
R=42.93%
G=42.43%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731715900.010.660.3258.9549.1445.49
HexADAB3B0142203b312d
Octal255253730110240736155
Binary1010110110101011111011011000010100000111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB3B; }

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

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

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

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

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

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

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

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