#ABAD40

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

Shades of Brass #ABAD40

Tints of Brass #ABAD40

Color information

#ABAD40 (or 0xABAD40) is unknown color: approx Brass. HEX triplet: AB, AD and 40. RGB value is (171,173,64). Sum of RGB (Red+Green+Blue) = 171+173+64=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAD40 is #5452BF. Grayscale: #A0A0A0. Windows color (decimal): -5526208 or 4238763. OLE color: 4238763.

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

Color convert

RGB17117364-
CMYK0.0100.630.32
HSL61.1º45.99%46.47%-
HSV(B)61.1º63.01%67.84%-
XYZ32.6638.9210.64-
YUV159.9873.84135.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 173 (67.97% from 255) = 42.40%
BLUE value IS 64 (25.39% from 255) = 15.69%
R=41.91%
G=42.40%
B=15.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171173640.0100.630.3261.145.9946.47
HexABAD40103F203d2e2e
Octal253255100107740755656
Binary1010101110101101100000010111111100000111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD40; }

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

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

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

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

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

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

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

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