#ABA445

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

Shades of Brass #ABA445

Tints of Brass #ABA445

Color information

#ABA445 (or 0xABA445) is unknown color: approx Brass. HEX triplet: AB, A4 and 45. RGB value is (171,164,69). Sum of RGB (Red+Green+Blue) = 171+164+69=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA445 is #545BBA. Grayscale: #9B9B9B. Windows color (decimal): -5528507 or 4564139. OLE color: 4564139.

HSL color Cylindrical-coordinate representation of color #ABA445: hue angle of 55.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABA445 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17116469-
CMYK00.040.600.33
HSL55.88º42.5%47.06%-
HSV(B)55.88º59.65%67.06%-
XYZ31.1435.6410.87-
YUV155.2679.32139.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 69 (27.34% from 255) = 17.08%
R=42.33%
G=40.59%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711646900.040.600.3355.8842.547.06
HexABA445043C21382a2f
Octal253244105047441705257
Binary101010111010010010001010100111100100001111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA445; }

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

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

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

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

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

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

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

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