#ABA340

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

Shades of Brass #ABA340

Tints of Brass #ABA340

Color information

#ABA340 (or 0xABA340) is unknown color: approx Brass. HEX triplet: AB, A3 and 40. RGB value is (171,163,64). Sum of RGB (Red+Green+Blue) = 171+163+64=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA340 is #545CBF. Grayscale: #9A9A9A. Windows color (decimal): -5528768 or 4236203. OLE color: 4236203.

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

Color convert

RGB17116364-
CMYK00.050.630.33
HSL55.51º45.53%46.08%-
HSV(B)55.51º62.57%67.06%-
XYZ30.8235.2210.02-
YUV154.1177.15140.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=42.96%
G=40.95%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711636400.050.630.3355.5145.5346.08
HexABA340053F21382e2e
Octal253243100057741705656
Binary101010111010001110000000101111111100001111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA340; }

 p { color: rgb(171,163,64); }

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

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

 a { background-color: rgb(171,163,64); }

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

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

 span { border-color: rgb(171,163,64); }

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