#ABA941

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

Shades of Brass #ABA941

Tints of Brass #ABA941

Color information

#ABA941 (or 0xABA941) is unknown color: approx Brass. HEX triplet: AB, A9 and 41. RGB value is (171,169,65). Sum of RGB (Red+Green+Blue) = 171+169+65=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA941 is #5456BE. Grayscale: #9E9E9E. Windows color (decimal): -5527231 or 4303275. OLE color: 4303275.

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

Color convert

RGB17116965-
CMYK00.010.620.33
HSL58.87º44.92%46.27%-
HSV(B)58.87º61.99%67.06%-
XYZ31.9437.4210.54-
YUV157.7475.66137.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=42.22%
G=41.73%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711696500.010.620.3358.8744.9246.27
HexABA941013E213b2d2e
Octal253251101017641735556
Binary1010101110101001100000101111110100001111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA941; }

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

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

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

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

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

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

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

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