#ABAD48

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

Shades of Brass #ABAD48

Tints of Brass #ABAD48

Color information

#ABAD48 (or 0xABAD48) is unknown color: approx Brass. HEX triplet: AB, AD and 48. RGB value is (171,173,72). Sum of RGB (Red+Green+Blue) = 171+173+72=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAD48 is #5452B7. Grayscale: #A1A1A1. Windows color (decimal): -5526200 or 4763051. OLE color: 4763051.

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

Color convert

RGB17117372-
CMYK0.0100.580.32
HSL61.19º41.22%48.04%-
HSV(B)61.19º58.38%67.84%-
XYZ32.9139.0111.93-
YUV160.8977.84135.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 173 (67.97% from 255) = 41.59%
BLUE value IS 72 (28.52% from 255) = 17.31%
R=41.11%
G=41.59%
B=17.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171173720.0100.580.3261.1941.2248.04
HexABAD48103A203d2930
Octal253255110107240755160
Binary1010101110101101100100010111010100000111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD48; }

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

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

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

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

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

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

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

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