#ABA639

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

Shades of Brass #ABA639

Tints of Brass #ABA639

Color information

#ABA639 (or 0xABA639) is unknown color: approx Brass. HEX triplet: AB, A6 and 39. RGB value is (171,166,57). Sum of RGB (Red+Green+Blue) = 171+166+57=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA639 is #5459C6. Grayscale: #9B9B9B. Windows color (decimal): -5528007 or 3778219. OLE color: 3778219.

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

Color convert

RGB17116657-
CMYK00.030.670.33
HSL57.37º50%44.71%-
HSV(B)57.37º66.67%67.06%-
XYZ31.1736.239.22-
YUV155.0772.66139.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 57 (22.66% from 255) = 14.47%
R=43.40%
G=42.13%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711665700.030.670.3357.375044.71
HexABA63903432139322d
Octal253246710310341716255
Binary10101011101001101110010111000011100001111001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA639; }

 p { color: rgb(171,166,57); }

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

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

 a { background-color: rgb(171,166,57); }

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

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

 span { border-color: rgb(171,166,57); }

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