#ABA242

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

Shades of Brass #ABA242

Tints of Brass #ABA242

Color information

#ABA242 (or 0xABA242) is unknown color: approx Brass. HEX triplet: AB, A2 and 42. RGB value is (171,162,66). Sum of RGB (Red+Green+Blue) = 171+162+66=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA242 is #545DBD. Grayscale: #9A9A9A. Windows color (decimal): -5529022 or 4367019. OLE color: 4367019.

HSL color Cylindrical-coordinate representation of color #ABA242: hue angle of 54.86º 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 #ABA242 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17116266-
CMYK00.050.610.33
HSL54.86º44.3%46.47%-
HSV(B)54.86º61.4%67.06%-
XYZ30.734.8910.27-
YUV153.7578.48140.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=42.86%
G=40.60%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711626600.050.610.3354.8644.346.47
HexABA242053D21372c2e
Octal253242102057541675456
Binary101010111010001010000100101111101100001110111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA242; }

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

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

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

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

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

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

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

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