#ABA444

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

Shades of Brass #ABA444

Tints of Brass #ABA444

Color information

#ABA444 (or 0xABA444) is unknown color: approx Brass. HEX triplet: AB, A4 and 44. RGB value is (171,164,68). Sum of RGB (Red+Green+Blue) = 171+164+68=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA444 is #545BBB. Grayscale: #9B9B9B. Windows color (decimal): -5528508 or 4498603. OLE color: 4498603.

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

Color convert

RGB17116468-
CMYK00.040.600.33
HSL55.92º43.1%46.86%-
HSV(B)55.92º60.23%67.06%-
XYZ31.1135.6310.71-
YUV155.1578.82139.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 68 (26.95% from 255) = 16.87%
R=42.43%
G=40.69%
B=16.87%

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
Decimal1711646800.040.600.3355.9243.146.86
HexABA444043C21382b2f
Octal253244104047441705357
Binary101010111010010010001000100111100100001111000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA444; }

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

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

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

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

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

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

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

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