#ABA138

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

Shades of Brass #ABA138

Tints of Brass #ABA138

Color information

#ABA138 (or 0xABA138) is unknown color: approx Brass. HEX triplet: AB, A1 and 38. RGB value is (171,161,56). Sum of RGB (Red+Green+Blue) = 171+161+56=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA138 is #545EC7. Grayscale: #989898. Windows color (decimal): -5529288 or 3711403. OLE color: 3711403.

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

Color convert

RGB17116156-
CMYK00.060.670.33
HSL54.78º50.66%44.51%-
HSV(B)54.78º67.25%67.06%-
XYZ30.2534.438.79-
YUV152.0273.81141.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 161 (63.28% from 255) = 41.49%
BLUE value IS 56 (22.27% from 255) = 14.43%
R=44.07%
G=41.49%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711615600.060.670.3354.7850.6644.51
HexABA13806432137332d
Octal253241700610341676355
Binary101010111010000111100001101000011100001110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA138; }

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

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

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

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

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

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

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

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