#ABA838

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

Shades of Brass #ABA838

Tints of Brass #ABA838

Color information

#ABA838 (or 0xABA838) is unknown color: approx Brass. HEX triplet: AB, A8 and 38. RGB value is (171,168,56). Sum of RGB (Red+Green+Blue) = 171+168+56=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA838 is #5457C7. Grayscale: #9C9C9C. Windows color (decimal): -5527496 or 3713195. OLE color: 3713195.

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

Color convert

RGB17116856-
CMYK00.020.670.33
HSL58.43º50.66%44.51%-
HSV(B)58.43º67.25%67.06%-
XYZ31.5136.959.21-
YUV156.1371.49138.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 168 (66.02% from 255) = 42.53%
BLUE value IS 56 (22.27% from 255) = 14.18%
R=43.29%
G=42.53%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711685600.020.670.3358.4350.6644.51
HexABA8380243213a332d
Octal253250700210341726355
Binary10101011101010001110000101000011100001111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA838; }

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

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

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

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

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

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

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

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