#ABAD41

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

Shades of Brass #ABAD41

Tints of Brass #ABAD41

Color information

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

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

Color convert

RGB17117365-
CMYK0.0100.620.32
HSL61.11º45.38%46.67%-
HSV(B)61.11º62.43%67.84%-
XYZ32.6938.9310.79-
YUV160.0974.34135.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171173650.0100.620.3261.1145.3846.67
HexABAD41103E203d2d2f
Octal253255101107640755557
Binary1010101110101101100000110111110100000111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD41; }

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

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

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

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

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

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

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

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