#ABA133

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

Shades of Brass #ABA133

Tints of Brass #ABA133

Color information

#ABA133 (or 0xABA133) is unknown color: approx Brass. HEX triplet: AB, A1 and 33. RGB value is (171,161,51). Sum of RGB (Red+Green+Blue) = 171+161+51=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA133 is #545ECC. Grayscale: #979797. Windows color (decimal): -5529293 or 3383723. OLE color: 3383723.

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

Color convert

RGB17116151-
CMYK00.060.700.33
HSL55º54.05%43.53%-
HSV(B)55º70.18%67.06%-
XYZ30.1434.398.18-
YUV151.4571.31141.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 161 (63.28% from 255) = 42.04%
BLUE value IS 51 (20.31% from 255) = 13.32%
R=44.65%
G=42.04%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711615100.060.700.335554.0543.53
HexABA13306462137362c
Octal253241630610641676654
Binary101010111010000111001101101000110100001110111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA133; }

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

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

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

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

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

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

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

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