#ABA44E

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

Shades of Brass #ABA44E

Tints of Brass #ABA44E

Color information

#ABA44E (or 0xABA44E) is unknown color: approx Brass. HEX triplet: AB, A4 and 4E. RGB value is (171,164,78). Sum of RGB (Red+Green+Blue) = 171+164+78=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA44E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA44E is #545BB1. Grayscale: #9C9C9C. Windows color (decimal): -5528498 or 5153963. OLE color: 5153963.

HSL color Cylindrical-coordinate representation of color #ABA44E: hue angle of 55.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABA44E is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17116478-
CMYK00.040.540.33
HSL55.48º37.35%48.82%-
HSV(B)55.48º54.39%67.06%-
XYZ31.4535.7612.45-
YUV156.2983.82138.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=41.40%
G=39.71%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711647800.040.540.3355.4837.3548.82
HexABA44E043621372531
Octal253244116046641674561
Binary101010111010010010011100100110110100001110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA44E; }

 p { color: rgb(171,164,78); }

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

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

 a { background-color: rgb(171,164,78); }

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

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

 span { border-color: rgb(171,164,78); }

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