#ABAB42

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

Shades of Brass #ABAB42

Tints of Brass #ABAB42

Color information

#ABAB42 (or 0xABAB42) is unknown color: approx Brass. HEX triplet: AB, AB and 42. RGB value is (171,171,66). Sum of RGB (Red+Green+Blue) = 171+171+66=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB42 is #5454BD. Grayscale: #9F9F9F. Windows color (decimal): -5526718 or 4369323. OLE color: 4369323.

HSL color Cylindrical-coordinate representation of color #ABAB42: hue angle of 60º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABAB42 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17117166-
CMYK000.610.33
HSL60º44.3%46.47%-
HSV(B)60º61.4%67.06%-
XYZ32.3438.1810.82-
YUV159.0375.5136.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 66 (26.17% from 255) = 16.18%
R=41.91%
G=41.91%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117166000.610.336044.346.47
HexABAB42003D213c2c2e
Octal253253102007541745456
Binary1010101110101011100001000111101100001111100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB42; }

 p { color: rgb(171,171,66); }

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

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

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

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

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

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

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