#ABA135

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

Shades of Brass #ABA135

Tints of Brass #ABA135

Color information

#ABA135 (or 0xABA135) is unknown color: approx Brass. HEX triplet: AB, A1 and 35. RGB value is (171,161,53). Sum of RGB (Red+Green+Blue) = 171+161+53=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA135 is #545ECA. Grayscale: #989898. Windows color (decimal): -5529291 or 3514795. OLE color: 3514795.

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

Color convert

RGB17116153-
CMYK00.060.690.33
HSL54.92º52.68%43.92%-
HSV(B)54.92º69.01%67.06%-
XYZ30.1834.48.42-
YUV151.6872.31141.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 53 (21.09% from 255) = 13.77%
R=44.42%
G=41.82%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711615300.060.690.3354.9252.6843.92
HexABA13506452137352c
Octal253241650610541676554
Binary101010111010000111010101101000101100001110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA135; }

 p { color: rgb(171,161,53); }

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

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

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

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

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

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

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