#ABA938

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

Shades of Brass #ABA938

Tints of Brass #ABA938

Color information

#ABA938 (or 0xABA938) is unknown color: approx Brass. HEX triplet: AB, A9 and 38. RGB value is (171,169,56). Sum of RGB (Red+Green+Blue) = 171+169+56=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA938 is #5456C7. Grayscale: #9D9D9D. Windows color (decimal): -5527240 or 3713451. OLE color: 3713451.

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

Color convert

RGB17116956-
CMYK00.010.670.33
HSL58.96º50.66%44.51%-
HSV(B)58.96º67.25%67.06%-
XYZ31.737.329.27-
YUV156.7271.16138.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 56 (22.27% from 255) = 14.14%
R=43.18%
G=42.68%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711695600.010.670.3358.9650.6644.51
HexABA9380143213b332d
Octal253251700110341736355
Binary1010101110101001111000011000011100001111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA938; }

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

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

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

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

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

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

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

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