#ABAD39

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

Shades of Brass #ABAD39

Tints of Brass #ABAD39

Color information

#ABAD39 (or 0xABAD39) is unknown color: approx Brass. HEX triplet: AB, AD and 39. RGB value is (171,173,57). Sum of RGB (Red+Green+Blue) = 171+173+57=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAD39 is #5452C6. Grayscale: #9F9F9F. Windows color (decimal): -5526215 or 3780011. OLE color: 3780011.

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

Color convert

RGB17117357-
CMYK0.0100.670.32
HSL61.03º50.43%45.1%-
HSV(B)61.03º67.05%67.84%-
XYZ32.4838.849.66-
YUV159.1870.34136.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 57 (22.66% from 255) = 14.21%
R=42.64%
G=43.14%
B=14.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171173570.0100.670.3261.0350.4345.1
HexABAD391043203d322d
Octal253255711010340756255
Binary1010101110101101111001101000011100000111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD39; }

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

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

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

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

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

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

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

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